From ef2531137c88f8dd35b3df05d7517b9ec1e81a44 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 18 Sep 2017 15:27:14 +0200 Subject: [PATCH] Disable nyan-mode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It is removed from MELPA due to linense issues. Let’s hope it will come back. --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index ea3f7bc..3920be9 100644 --- a/init.el +++ b/init.el @@ -182,6 +182,7 @@ (when (display-graphic-p) (use-package nyan-prompt + :disabled t :config (add-hook 'eshell-load-hook 'nyan-prompt-enable)))