]> git.vanrenterghem.biz Git - Dotty.git/blobdiff - emacs/.emacs.d/init.el
Keep a history of commands etc.
[Dotty.git] / emacs / .emacs.d / init.el
index a953097b9938a3313ae563fe6952b6a91b334c70..2ed0e60fd229820a39da84de8b6d965d4acbe4b7 100644 (file)
@@ -364,6 +364,11 @@ vc-follow-symlinks t
   (setq vertico-resize nil)
   (vertico-mode 1))
 
+;; Persist history over Emacs restarts. Vertico sorts by history position.
+(use-package savehist
+  :init
+  (savehist-mode))
+
 ;; Use `marginalia' package.  This will display useful
 ;; annotations next to entries in the minibuffer.  For example, when
 ;; using M-x it will show a brief description of the command as well