about summary refs log tree commit diff
path: root/tools/emacs/init/settings.el
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-12-14T13·23+0000
committerVincent Ambo <tazjin@google.com>2019-12-14T13·23+0000
commitc490bbf4b3d57df111476f76f3a5c8ad2d04fa33 (patch)
tree10320810bb4048512a13ef99cca330298ed45abc /tools/emacs/init/settings.el
parent1f204f2891038bfced0b799837764495d351f1a5 (diff)
chore(emacs.d): Import several months of privately tracked changes r/141
These changes were made in a fork of my configuration that is not
publicly available and detailed history will not be included in this
public commit.
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)