Fix savehist-mode

This commit is contained in:
Gerard Vermeulen 2021-12-13 12:06:48 +01:00
parent 0bafc8e8c3
commit d010929f49
1 changed files with 2 additions and 3 deletions

View File

@ -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)]]