Enable nyan-prompt only on graphical displays

This commit is contained in:
Gergely Polonkai 2016-10-14 20:10:04 +00:00
parent 92c621b6f4
commit 349a390521
1 changed files with 4 additions and 3 deletions

View File

@ -237,9 +237,10 @@
:config :config
(nyan-mode t)) (nyan-mode t))
(use-package nyan-prompt (when (display-graphic-p)
:config (use-package nyan-prompt
(add-hook 'eshell-load-hook 'nyan-prompt-enable)) :config
(add-hook 'eshell-load-hook 'nyan-prompt-enable)))
;; Zone! ;; Zone!
(use-package zone-nyan (use-package zone-nyan