From c82661fe2685eeb77cd01fdf0f0b1066a3431ee1 Mon Sep 17 00:00:00 2001 From: Josh Santos Date: Sun, 22 Jan 2017 21:21:45 -0500 Subject: [PATCH] Fix readme for GUI only nyan-mode --- layers/+themes/colors/README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layers/+themes/colors/README.org b/layers/+themes/colors/README.org index 420168fea..b97ca57a2 100644 --- a/layers/+themes/colors/README.org +++ b/layers/+themes/colors/README.org @@ -65,9 +65,9 @@ It may be handy to enable it only in a GUI, you can do it by using a quasi-quoted list: #+BEGIN_SRC emacs-lisp - (setq-default dotspacemacs-configuration-layers - =((colors :variables - colors-enable-nyan-cat-progress-bar ,(display-graphic-p)))) + (setq-default dotspacemacs-configuration-layers '( + (colors :variables + colors-enable-nyan-cat-progress-bar (display-graphic-p)))) #+END_SRC * Key bindings