Disable nyan-prompt
With the latest version of eshell it stopped working. I may or may not debug it sometime later.
This commit is contained in:
parent
2d55aa9263
commit
24d19c2e17
@ -1616,7 +1616,9 @@ I don’t usually like to see them, but there are occasions when they can be use
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package nyan-prompt
|
||||
:ensure nil)
|
||||
:disabled
|
||||
:hook
|
||||
(eshell-load . nyan-prompt-enable))
|
||||
#+END_SRC
|
||||
|
||||
*** Zone out with Nyancat
|
||||
@ -1696,9 +1698,7 @@ Highlight point. Sometimes it’s not easy to see.
|
||||
(use-package eshell-prompt-extras
|
||||
:config
|
||||
(with-eval-after-load "esh-opt"
|
||||
(autoload 'epe-theme-lambda "eshell-prompt-extras")
|
||||
(when (featurep 'nyan-prompt)
|
||||
(nyan-prompt-enable)))
|
||||
(autoload 'epe-theme-lambda "eshell-prompt-extras"))
|
||||
:custom
|
||||
(eshell-highlight-prompt nil)
|
||||
(eshell-prompt-function 'epe-theme-lambda))
|
||||
|
Loading…
Reference in New Issue
Block a user