diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 7fa4065..9f04144 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -55,6 +55,13 @@ temporary customisation) in the etc folder. :config (global-auto-revert-mode 1)) #+end_src +** History saving for minibuffer +#+begin_src emacs-lisp +(use-package savehist + :straight nil + :config + (savehist-mode t)) +#+end_src * Custom functionality Functions that don't require a packages to work other than Emacs, which means I can define them early. These are used much later in the