summary refs log tree commit diff
path: root/emacs/init.el
diff options
context:
space:
mode:
authornoa2025-02-22 04:18:55 +0800
committernoa2025-02-22 04:18:55 +0800
commit0d2657c693c692d382479a32a312dc9d9ed3c0c7 (patch)
treeb5edba6672784b0cd2a37405465606a8b0ef23b8 /emacs/init.el
parentf98cfc61faeaac872892251995088fe3f7f469f4 (diff)
Remove consult-recoll configuration
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/emacs/init.el b/emacs/init.el
index fe4acc5..43d40cf 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -470,12 +470,6 @@
 
 ;;; File management
 
-(use-package consult-recoll
-  :bind ("<menu>" . consult-recoll)
-  :custom
-  (consult-recoll-inline-snippets nil)
-  (consult-recoll-group-by-mime nil))
-
 (use-package dired
   :defer t
   :custom