]> git.vanrenterghem.biz Git - Dotty.git/commitdiff
Keep a history of commands etc.
authorFrederik Vanrenterghem <frederik@vanrenterghem.biz>
Wed, 16 Oct 2024 12:36:46 +0000 (20:36 +0800)
committerFrederik Vanrenterghem <frederik@vanrenterghem.biz>
Wed, 16 Oct 2024 12:36:46 +0000 (20:36 +0800)
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))
 
   (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
 ;; 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