diff options
author | Yuchen Pei <id@ypei.org> | 2025-03-16 15:57:10 +1100 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2025-03-16 15:57:10 +1100 |
commit | 22b985173073b9f4ae832278a2625511af3f79e4 (patch) | |
tree | 5846cbd6b8c6ed0e857d23d11b2a86e025889c3c /emacs/.emacs.d/init | |
parent | 4c65d5f267f3ed70224ae6e8c26430a9571a21dd (diff) |
[emacs][i3] Add fringe indicators for emms play groups
And various other changes
Diffstat (limited to 'emacs/.emacs.d/init')
-rw-r--r-- | emacs/.emacs.d/init/ycp-complete.el | 3 | ||||
-rw-r--r-- | emacs/.emacs.d/init/ycp-grep.el | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init/ycp-complete.el b/emacs/.emacs.d/init/ycp-complete.el index 2caca0a..2f2117d 100644 --- a/emacs/.emacs.d/init/ycp-complete.el +++ b/emacs/.emacs.d/init/ycp-complete.el @@ -291,6 +291,9 @@ (my-package consult-recoll (:delay 30) (:install t) + (add-to-list 'consult-recoll-open-fns + '("application/pdf" . my-consult-recoll-open-in-pdf-tools)) + (setq consult-recoll-inline-snippets t) ) (my-package hmm diff --git a/emacs/.emacs.d/init/ycp-grep.el b/emacs/.emacs.d/init/ycp-grep.el index 85f15cd..f0ef8ce 100644 --- a/emacs/.emacs.d/init/ycp-grep.el +++ b/emacs/.emacs.d/init/ycp-grep.el @@ -107,6 +107,7 @@ ;;; org-recoll (my-package org-recoll (:delay 60) + (my-override org-recoll-format-results) (my-keybind org-recoll-mode-map "n" #'org-next-visible-heading "p" #'org-previous-visible-heading |