Move savehist configuration to use-package

This commit is contained in:
Gergely Polonkai 2016-10-24 09:56:15 +02:00
parent 99d4c2ca15
commit 68d613616d
1 changed files with 4 additions and 1 deletions

View File

@ -145,7 +145,6 @@
yaml-mode yaml-mode
yasnippet yasnippet
zone-nyan))) zone-nyan)))
'(savehist-mode t)
'(sgml-basic-offset 4) '(sgml-basic-offset 4)
'(show-trailing-whitespace t) '(show-trailing-whitespace t)
'(tab-width 4)) '(tab-width 4))
@ -669,6 +668,10 @@
nxml-child-indent 2 nxml-child-indent 2
nxml-outline-child-indent 4)) nxml-outline-child-indent 4))
(use-package savehist
:config
(savehist-mode 1))
;; Load my own functions ;; Load my own functions
(load "gnu-c-header.el") (load "gnu-c-header.el")
(load "toggle-window-split.el") (load "toggle-window-split.el")