From 22b985173073b9f4ae832278a2625511af3f79e4 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Sun, 16 Mar 2025 15:57:10 +1100 Subject: [emacs][i3] Add fringe indicators for emms play groups And various other changes --- emacs/.emacs.d/init/ycp-complete.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'emacs/.emacs.d/init/ycp-complete.el') 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 -- cgit v1.2.3