Emacs: Make prescient statistics persistent.

This commit is contained in:
tastytea 2020-12-08 15:11:50 +01:00
parent 0de86a312d
commit 72e3a6b0e9
1 changed files with 1 additions and 1 deletions

View File

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