Move nyan-mode configuration from customize to use-package
This commit is contained in:
parent
c64ce44c79
commit
d981f4d3f1
5
init.el
5
init.el
@ -44,8 +44,6 @@
|
|||||||
'(nxml-attribute-indent 4)
|
'(nxml-attribute-indent 4)
|
||||||
'(nxml-child-indent 2)
|
'(nxml-child-indent 2)
|
||||||
'(nxml-outline-child-indent 4)
|
'(nxml-outline-child-indent 4)
|
||||||
'(nyan-animate-nyancat t)
|
|
||||||
'(nyan-wavy-trail t)
|
|
||||||
'(org-crypt-key "B0740C4C")
|
'(org-crypt-key "B0740C4C")
|
||||||
'(org-default-notes-file
|
'(org-default-notes-file
|
||||||
(concat user-documents-directory
|
(concat user-documents-directory
|
||||||
@ -265,6 +263,9 @@
|
|||||||
|
|
||||||
;; Nyanyanyanyanya
|
;; Nyanyanyanyanya
|
||||||
(use-package nyan-mode
|
(use-package nyan-mode
|
||||||
|
:init
|
||||||
|
(setq-default nyan-animate-nyancat t
|
||||||
|
nyan-wavy-trail t)
|
||||||
:config
|
:config
|
||||||
(nyan-mode t))
|
(nyan-mode t))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user