Skip to content

Commit

Permalink
Add some more variables to savehist
Browse files Browse the repository at this point in the history
  • Loading branch information
pkryger committed Dec 30, 2024
1 parent 15cf9e1 commit 9097d24
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions after-init.el
Original file line number Diff line number Diff line change
Expand Up @@ -821,15 +821,29 @@ Defer it so that commands launched immediately after will enjoy the benefits."
(use-package savehist
:ensure nil
:custom
(savehist-additional-variables '(command-history
(savehist-additional-variables '(Info-history
Info-search-history
bookmark-history
command-history
compile-command
compile-history
dired-regexp-history
dired-shell-command-history
extended-command-history
face-name-history
file-name-history
ivy-history
kill-ring
search-ring
log-edit-comment-ring
minibuffer-history
query-replace-history
read-expression-history
recentf-list
regexp-search-ring
register-alist
swiper-history
compile-command
compile-history)) ;; TODO: add helm
search-ring
shell-command-history
swiper-history))
:config
(savehist-mode))

Expand Down

0 comments on commit 9097d24

Please sign in to comment.