summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/init.el b/init.el
index 41a1fed..2bccb48 100644
--- a/init.el
+++ b/init.el
@@ -607,6 +607,9 @@
(use-package xmobar
:init (setq xmobar-tab-bar t
xmobar-tab-split "*"
+ xmobar-tab-bar-format '(xmobar-left-string
+ tab-bar-format-align-right
+ xmobar-right-string)
xmobar-command "xmobar-emacs"))
;;; Minibuffer
@@ -1015,7 +1018,7 @@
:init (setq consult-recoll-open-fns
'(("application/pdf" . jao-recoll-open-pdf)
("text/html" . jao-recoll-open-html))
- consult-recoll-search-flags nil
+ consult-recoll-search-flags 'query
consult-recoll-inline-snippets t
consult-recoll-format-candidate #'jao-recoll-format)
:config