fix(settings): Add counsel-rg to ivy-prescient-excluded-commands

History should not be remembered for counsel-rg
This commit is contained in:
Vincent Ambo 2018-06-15 00:03:11 +02:00
parent ecf68e357c
commit 75749b68b0

View file

@ -11,9 +11,10 @@
(setq ivy-use-virtual-buffers t) (setq ivy-use-virtual-buffers t)
(setq enable-recursive-minibuffers t) (setq enable-recursive-minibuffers t)
;; Enable support for prescient in ivy ;; Enable support for prescient in ivy & configure it
(ivy-prescient-mode) (ivy-prescient-mode)
(prescient-persist-mode) (prescient-persist-mode)
(add-to-list 'ivy-prescient-excluded-commands 'counsel-rg)
;; Move files to trash when deleting ;; Move files to trash when deleting
(setq delete-by-moving-to-trash t) (setq delete-by-moving-to-trash t)