summary refs log tree commit diff stats
path: root/user/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'user/emacs')
-rw-r--r--user/emacs/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el
index 5498375a..5b189e6e 100644
--- a/user/emacs/init.el
+++ b/user/emacs/init.el
@@ -315,6 +315,7 @@ The DWIM behaviour of this command is as follows:
 (use-package prescient
   :defer 1
   :config (progn
+            (add-to-list 'completion-styles 'prescient)
             (setq prescient-history-length 10000)
             (prescient-persist-mode +1)))