about summary refs log tree commit diff
path: root/tools/emacs/init/settings.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tools/emacs/init/settings.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/emacs/init/settings.el b/tools/emacs/init/settings.el
index 2e4dedc0a5..0bcf73b0e7 100644
--- a/tools/emacs/init/settings.el
+++ b/tools/emacs/init/settings.el
@@ -13,7 +13,6 @@
 ;; Enable support for prescient in ivy & configure it
 (ivy-prescient-mode)
 (prescient-persist-mode)
-(add-to-list 'ivy-prescient-excluded-commands 'counsel-rg)
 
 ;; Move files to trash when deleting
 (setq delete-by-moving-to-trash t)