savehist: use :custom instead of :hook
this fixes it not automatically starting up.
This commit is contained in:
parent
52c33aa328
commit
d9fe1c14d0
1 changed files with 2 additions and 1 deletions
|
@ -54,7 +54,8 @@
|
|||
(use-package savehist
|
||||
:defer t
|
||||
:commands (savehist-mode)
|
||||
:hook after-init))
|
||||
:custom
|
||||
(savehist-mode t)))
|
||||
|
||||
(add-hook #'after-init-hook #'config-initialise)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue