diff --git a/init.d/misc/libs.el b/init.d/misc/libs.el index 0a9fbf4..b0fc579 100644 --- a/init.d/misc/libs.el +++ b/init.d/misc/libs.el @@ -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