From 72e3a6b0e9b16c2f38672e63a771546fdc17a2c1 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 8 Dec 2020 15:11:50 +0100 Subject: [PATCH] Emacs: Make prescient statistics persistent. --- init.d/misc/libs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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