(Emacs/config)+savehist configuration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user