Slight emacs changes
This commit is contained in:
parent
ee6e13c8d9
commit
75f40ca4ac
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
;; Editorconfig
|
||||
(use-package editorconfig
|
||||
:diminish (editorconfig-mode)
|
||||
:custom (editorconfig-get-properties-function 'editorconfig-get-properties)
|
||||
:config (editorconfig-mode 1)
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue