Clean up history file location
This commit is contained in:
parent
853c75c29a
commit
e18f6e3936
@ -22,7 +22,9 @@
|
|||||||
#'eldoc-jhk))
|
#'eldoc-jhk))
|
||||||
(use-package savehist
|
(use-package savehist
|
||||||
:straight (:type built-in)
|
: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
|
;; save place in all files
|
||||||
(use-package saveplace
|
(use-package saveplace
|
||||||
:straight (:type built-in)
|
:straight (:type built-in)
|
||||||
|
Loading…
Reference in New Issue
Block a user