Fix savehist-mode
This commit is contained in:
parent
0bafc8e8c3
commit
d010929f49
@ -238,8 +238,6 @@ not load the ~custom-file~ as [[info:emacs#Saving Customizations][saving customi
|
||||
regexp-search-string
|
||||
search-ring
|
||||
search-string))
|
||||
'(savehist-mode t)
|
||||
'(savehist-save-minibuffer-history 1)
|
||||
'(scroll-bar-mode nil)
|
||||
'(tab-always-indent 'complete)
|
||||
'(tab-width 8)
|
||||
@ -414,7 +412,8 @@ niche than the five packages above.
|
||||
#+begin_src emacs-lisp
|
||||
(unless noninteractive
|
||||
(when (fboundp 'vertico-mode)
|
||||
(vertico-mode +1)))
|
||||
(vertico-mode +1))
|
||||
(savehist-mode +1))
|
||||
#+end_src
|
||||
|
||||
** [[info:orderless#Top][Orderless (info)]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user