From d981f4d3f1fb92606213d591296d581bb13461b5 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 11 Oct 2016 19:41:01 +0200 Subject: [PATCH] Move nyan-mode configuration from customize to use-package --- init.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index c8a1597..dd50ab0 100644 --- a/init.el +++ b/init.el @@ -44,8 +44,6 @@ '(nxml-attribute-indent 4) '(nxml-child-indent 2) '(nxml-outline-child-indent 4) - '(nyan-animate-nyancat t) - '(nyan-wavy-trail t) '(org-crypt-key "B0740C4C") '(org-default-notes-file (concat user-documents-directory @@ -265,6 +263,9 @@ ;; Nyanyanyanyanya (use-package nyan-mode + :init + (setq-default nyan-animate-nyancat t + nyan-wavy-trail t) :config (nyan-mode t))