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:
Pigeon F 2017-09-13 15:24:37 +02:00
parent d16b8891cf
commit 673b466285

View file

@ -142,7 +142,7 @@ with functions that require it (like modeline segments)."
;; savehist / saveplace
(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-additional-variables '(kill-ring search-ring regexp-search-ring)
save-place-file (concat doom-cache-dir "saveplace"))