Clean up history file location
This commit is contained in:
parent
853c75c29a
commit
e18f6e3936
@ -22,7 +22,9 @@
|
||||
#'eldoc-jhk))
|
||||
(use-package savehist
|
||||
:straight (:type built-in)
|
||||
:init (savehist-mode))
|
||||
:init (savehist-mode)
|
||||
:custom (savehist-file
|
||||
(expand-file-name "minibuffer-history" backup-directory)))
|
||||
;; save place in all files
|
||||
(use-package saveplace
|
||||
:straight (:type built-in)
|
||||
|
Loading…
Reference in New Issue
Block a user