diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |