Slight emacs changes

This commit is contained in:
Charlotte Van Petegem 2021-09-01 16:50:02 +02:00
parent ee6e13c8d9
commit 75f40ca4ac
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 3 additions and 2 deletions

View file

@ -186,7 +186,9 @@
;; Sorting when filtering
(use-package prescient
:config (prescient-persist-mode 1)
:config
(prescient-persist-mode 1)
(run-at-time t 300 'prescient--save)
)
;; List item selection interface

View file

@ -19,7 +19,6 @@
;; Editorconfig
(use-package editorconfig
:diminish (editorconfig-mode)
:custom (editorconfig-get-properties-function 'editorconfig-get-properties)
:config (editorconfig-mode 1)
)