mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix spelling mistake: 'hisstory' => 'history'
Emacs will happily assign a value to a not yet existent variable, which is why this fails silently.
This commit is contained in:
@ -142,7 +142,7 @@ with functions that require it (like modeline segments)."
|
|||||||
|
|
||||||
;; savehist / saveplace
|
;; savehist / saveplace
|
||||||
(setq savehist-file (concat doom-cache-dir "savehist")
|
(setq savehist-file (concat doom-cache-dir "savehist")
|
||||||
savehist-save-minibuffer-hisstory t
|
savehist-save-minibuffer-history t
|
||||||
savehist-autosave-interval nil ; save on kill only
|
savehist-autosave-interval nil ; save on kill only
|
||||||
savehist-additional-variables '(kill-ring search-ring regexp-search-ring)
|
savehist-additional-variables '(kill-ring search-ring regexp-search-ring)
|
||||||
save-place-file (concat doom-cache-dir "saveplace"))
|
save-place-file (concat doom-cache-dir "saveplace"))
|
||||||
|
Reference in New Issue
Block a user