pinwheel: Fix build error related to savehist

No need to call it with `use-package` as it is built in
This commit is contained in:
Alexander Heldt
2023-10-22 16:20:46 +02:00
parent c2ef36c21b
commit 8873b1f982

View File

@@ -306,9 +306,8 @@ https://github.com/justbur/emacs-which-key
** Buffer history ** Buffer history
`savehist` saves buffer history `savehist` saves buffer history
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(use-package savehist (setq history-length 25)
:init (savehist-mode 1)
(savehist-mode))
#+END_SRC #+END_SRC
** Vertico ** Vertico
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp