all repos — nixfiles @ 390d145f403ef818899ffd30dac4bb9e59e2e9a3

System and user configuration, managed by nix and home-manager

emacs: set up prescient correctly

Alan Pearce
commit

390d145f403ef818899ffd30dac4bb9e59e2e9a3

parent

2d5d57562a8cf4609881ac28213b9b5425c46e19

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M user/emacs/init.eluser/emacs/init.el
@@ -315,6 +315,7 @@
(use-package prescient :defer 1 :config (progn + (add-to-list 'completion-styles 'prescient) (setq prescient-history-length 10000) (prescient-persist-mode +1)))