From 1bee8e29e5167288f07e0c5ceaf02327f990484e Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Wed, 26 Oct 2016 22:14:19 +0800 Subject: spacemacs: Enable "colors" layer with nyan cat progress bar! Nyan! --- _spacemacs.d/init.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to '_spacemacs.d') 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 -- cgit v1.2.2