summary refs log tree commit diff stats
path: root/user/emacs/init.el
diff options
context:
space:
mode:
authorAlan Pearce2020-12-29 11:55:42 +0100
committerAlan Pearce2020-12-29 20:00:43 +0100
commitc672257604ddf3c5d1959a3f7b9fe88a46562c75 (patch)
tree2dec6487060ddd32680c3c16278f743da984e1a8 /user/emacs/init.el
parent03b8061e5a717a3cc22436e5bfa436f6a06a455d (diff)
downloadnixfiles-c672257604ddf3c5d1959a3f7b9fe88a46562c75.tar.lz
nixfiles-c672257604ddf3c5d1959a3f7b9fe88a46562c75.tar.zst
nixfiles-c672257604ddf3c5d1959a3f7b9fe88a46562c75.zip
Emacs: remove ivy-prescient
Causes slowdowns for very little benefit
Diffstat (limited to 'user/emacs/init.el')
-rw-r--r--user/emacs/init.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el
index 288a3dc9..dc4e606b 100644
--- a/user/emacs/init.el
+++ b/user/emacs/init.el
@@ -171,10 +171,6 @@ With two prefix arguments, write out the day and month name."
   :defer 1
   :config (progn
             (ivy-mode +1)))
-(use-package ivy-prescient
-  :after counsel
-  :config (progn
-            (ivy-prescient-mode +1)))
 (use-package ivy-hydra
   :defer 2)