Move nyan-prompt configuration to use-package

This commit is contained in:
Gergely Polonkai 2016-10-10 20:37:51 +02:00
parent 5fc3218f4b
commit 7a5d1f5567
1 changed files with 6 additions and 2 deletions

View File

@ -229,6 +229,12 @@
:config
(setq-default save-place t)
(setq save-place-file (expand-file-name ".places" user-emacs-directory)))
;; Nyanyanyanyanya
(use-package nyan-prompt
:config
(add-hook 'eshell-load-hook 'nyan-prompt-enable))
(use-package smartparens-config
:ensure smartparens
:config
@ -284,8 +290,6 @@
; Nyanyanyanyanya
(add-hook 'after-init-hook 'nyan-mode)
(add-hook 'eshell-load-hook 'nyan-prompt-enable)
(setq zone-programs [zone-nyan])
(zone-when-idle 60)