diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-10-08 13:27:58 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-10-08 13:27:58 +0800 |
commit | 389aa7040e45fe93a21566bcecb9c38d93b3c5b6 (patch) | |
tree | b804935286c12adefa692288f52d7550db5c89d3 /_spacemacs.d | |
parent | d1571ff4893df8f0305bd1b35c1573ac06de83b4 (diff) | |
download | dotfiles-389aa7040e45fe93a21566bcecb9c38d93b3c5b6.tar.bz2 |
spacemacs: enable and config "ranger" layer
Diffstat (limited to '_spacemacs.d')
-rw-r--r-- | _spacemacs.d/init.el | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/_spacemacs.d/init.el b/_spacemacs.d/init.el index f181352..9ebb347 100644 --- a/_spacemacs.d/init.el +++ b/_spacemacs.d/init.el @@ -93,6 +93,18 @@ octave org python + (ranger :variables + ranger-show-preview t + ;; Do not show hidden files by default + 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) + ranger-footer-delay 0.1 + ;; Delay time to preview the file (default: 0.05 second) + ranger-preview-delay 0.2 + ;; File size in MB to prevent preview of files (default: 2) + ranger-max-preview-size 1) ruby scheme (shell :variables |