diff --git a/hosts/pinwheel/modules/emacs/config.org b/hosts/pinwheel/modules/emacs/config.org index 6a9e052..beee6a0 100644 --- a/hosts/pinwheel/modules/emacs/config.org +++ b/hosts/pinwheel/modules/emacs/config.org @@ -306,9 +306,8 @@ https://github.com/justbur/emacs-which-key ** Buffer history `savehist` saves buffer history #+BEGIN_SRC emacs-lisp - (use-package savehist - :init - (savehist-mode)) + (setq history-length 25) + (savehist-mode 1) #+END_SRC ** Vertico #+BEGIN_SRC emacs-lisp