(Emacs/config)+savehist configuration

This commit is contained in:
2023-10-21 00:37:36 +01:00
parent c6d0a9940c
commit 9d327c55bf

View File

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