From 2e58114038adec29711d2806bf2a56fcc770438b Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 30 Nov 2018 09:26:05 +0100 Subject: [PATCH] =?UTF-8?q?Make=20Nyan=E2=80=99s=20trail=20a=20bit=20short?= =?UTF-8?q?er?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …so it fits on my portrait screen. --- configuration.org | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.org b/configuration.org index 56a18ba..49ff82d 100644 --- a/configuration.org +++ b/configuration.org @@ -1460,6 +1460,7 @@ I don’t usually like to see them, but there are occasions when they can be use (setq-default nyan-animate-nyancat t nyan-wavy-trail t) :config + (customize-set-variable 'nyan-bar-length 20) (nyan-mode t)) #+END_SRC