Skip to content

Commit

Permalink
(emacs) savehist is built in normally
Browse files Browse the repository at this point in the history
  • Loading branch information
fbegyn committed May 27, 2024
1 parent 641e43a commit 2c14aa3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions users/francis/hm/configurations/emacs/base-init.el
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@
;; mode. Vertico commands are hidden in normal buffers. This setting is
;; useful beyond Vertico.
(setq read-extended-command-predicate #'command-completion-default-include-p)

;; better history provision
(savehist-mode)
)


Expand Down Expand Up @@ -307,10 +310,6 @@
;; Optionally enable cycling for `vertico-next' and `vertico-previous'.
;; (setq vertico-cycle t)
)
;; Persist history over Emacs restarts. Vertico sorts by history position.
(use-package savehist
:init
(savehist-mode))

(use-package orderless
:ensure t
Expand Down

0 comments on commit 2c14aa3

Please sign in to comment.