aboutsummaryrefslogtreecommitdiffstats
path: root/_spacemacs.d
diff options
context:
space:
mode:
Diffstat (limited to '_spacemacs.d')
-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