Rename colors-enable-nyan-cat to colors-enable-nyan-cat-progress-bar

This commit is contained in:
syl20bnr 2015-02-01 21:29:07 -05:00
parent 41b5ba09b8
commit af3b5f7884
4 changed files with 12 additions and 13 deletions

View file

@ -57,11 +57,11 @@ To enable the package `rainbow-identifiers` set the variable
### Enable Nyan cat
To enable the package `nyan-mode` set the variable
`colors-enable-nyan-cat` to `t`:
`colors-enable-nyan-cat-progress-bar` to `t`:
```elisp
(setq-default dotspacemacs-configuration-layers '(
(colors :variables colors-enable-nyan-cat t))
(colors :variables colors-enable-nyan-cat-progress-bar t))
"List of contribution to load."
)
```

View file

@ -19,7 +19,7 @@
(defvar colors-enable-rainbow-identifiers nil
"if non nil the `rainbow-identifers' package is enabled.")
(defvar colors-enable-nyan-cat nil
(defvar colors-enable-nyan-cat-progress-bar nil
"if non nil all nyan cat packges are enabled (for now only `nyan-mode').")
;; Command prefixes

View file

@ -2,14 +2,14 @@
(defun colors/init-nyan-mode ()
(use-package nyan-mode
:if colors-enable-nyan-cat
:if colors-enable-nyan-cat-progress-bar
:init
(progn
(setq nyan-wavy-trail t)
(setq nyan-animate-nyancat t)
(nyan-mode)
(spacemacs|add-toggle nyan-cat-mode-line
(spacemacs|add-toggle nyan-cat-progress-bar
:status nyan-mode
:on (nyan-mode)
:off (nyan-mode -1)

View file

@ -1045,14 +1045,13 @@ which require an initialization must be listed explicitly in the list.")
(use-package golden-ratio
:defer t
:init
(eval `(spacemacs|add-toggle
golden-ratio
:status golden-ratio-mode
:on (golden-ratio-mode) (golden-ratio)
:off (golden-ratio-mode -1) (balance-windows)
:documentation ,(concat "Dynamically resize the focused window "
"using the golden ratio.")
:evil-leader "tg"))
(spacemacs|add-toggle
golden-ratio
:status golden-ratio-mode
:on (golden-ratio-mode) (golden-ratio)
:off (golden-ratio-mode -1) (balance-windows)
:documentation "Dynamically resize the focused window using the golden ratio."
:evil-leader "tg")
:config
(progn
(setq golden-ratio-extra-commands