diff options
author | noa | 2025-02-22 04:18:55 +0800 |
---|---|---|
committer | noa | 2025-02-22 04:18:55 +0800 |
commit | 0d2657c693c692d382479a32a312dc9d9ed3c0c7 (patch) | |
tree | b5edba6672784b0cd2a37405465606a8b0ef23b8 | |
parent | f98cfc61faeaac872892251995088fe3f7f469f4 (diff) |
Remove consult-recoll configuration
-rw-r--r-- | emacs/init.el | 6 |
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 |