aboutsummaryrefslogtreecommitdiffstats
path: root/_spacemacs.d/init.el
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2016-10-26 22:14:19 +0800
committerAaron LI <aaronly.me@outlook.com>2016-10-26 22:14:19 +0800
commit1bee8e29e5167288f07e0c5ceaf02327f990484e (patch)
treecb58246bceb085a1922fe608ae04b8e1f4a7efe3 /_spacemacs.d/init.el
parent389aa7040e45fe93a21566bcecb9c38d93b3c5b6 (diff)
downloaddotfiles-1bee8e29e5167288f07e0c5ceaf02327f990484e.tar.bz2
spacemacs: Enable "colors" layer with nyan cat progress bar! Nyan!
Diffstat (limited to '_spacemacs.d/init.el')
-rw-r--r--_spacemacs.d/init.el8
1 files changed, 5 insertions, 3 deletions
diff --git a/_spacemacs.d/init.el b/_spacemacs.d/init.el
index 9ebb347..1b6a18d 100644
--- a/_spacemacs.d/init.el
+++ b/_spacemacs.d/init.el
@@ -80,6 +80,8 @@
c-c++
(chinese :variables chinese-enable-fcitx t)
(clojure :variables clojure-enable-fancify-symbols t)
+ (colors :variables
+ colors-enable-nyan-cat-progress-bar t)
emacs-lisp
emoji
ess ; R programming language
@@ -99,11 +101,11 @@
ranger-show-hidden nil
;; Cleanup opened buffers when disabling the minor mode
ranger-cleanup-on-disable t
- ;; Delay time to update the footer information (default: 0.01 second)
+ ;; Delay time to update the footer information
ranger-footer-delay 0.1
- ;; Delay time to preview the file (default: 0.05 second)
+ ;; Delay time to preview the file
ranger-preview-delay 0.2
- ;; File size in MB to prevent preview of files (default: 2)
+ ;; File size in MB to prevent preview of files
ranger-max-preview-size 1)
ruby
scheme