Persist kill ring across sessions
This commit is contained in:
parent
a899d1f1ac
commit
b6ef31ad18
1 changed files with 3 additions and 0 deletions
|
|
@ -638,6 +638,9 @@
|
|||
:mode (("\\.http\\'" . restclient-mode)))
|
||||
|
||||
(use-package savehist
|
||||
:custom
|
||||
(savehist-additional-variables
|
||||
'(search-ring regexp-search-ring kill-ring))
|
||||
:init
|
||||
(savehist-mode))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue