Emacs: Re-demand prescient.

It has to be there before after-init-hook is run.
This commit is contained in:
tastytea 2020-12-08 22:01:00 +01:00
parent ec4a8b3c7b
commit 6e129143b0

View File

@ -11,6 +11,7 @@
;; Sorting and filtering, library.
(use-package prescient
:demand t
:hook (after-init . prescient-persist-mode))
(provide 'misc/libs)