Enable prescient-persist-mode

This commit is contained in:
contrapunctus 2022-01-14 13:17:42 +05:30
parent f11a55851f
commit 752c0e41a6
1 changed files with 3 additions and 1 deletions

View File

@ -2293,7 +2293,9 @@ PR ideas
:END:
#+BEGIN_SRC emacs-lisp
(use-package company-prescient
:init (company-prescient-mode))
:init
(company-prescient-mode)
(prescient-persist-mode))
#+END_SRC
* misc keybindings