aboutsummaryrefslogtreecommitdiff
path: root/Doom/.doom.d/org/config.org
diff options
context:
space:
mode:
authordx <aryadevchavali1@gmail.com>2020-05-14 04:05:39 +0100
committerdx <aryadevchavali1@gmail.com>2020-05-14 16:18:13 +0100
commita0459a63973b84a9115ea1dbfbe5a2456f76ae23 (patch)
tree6ed4669714faab419b86b3eb8a051beea3842d14 /Doom/.doom.d/org/config.org
parentfef89fbbf4c0e08a5177fa914b64ca5b41075e99 (diff)
downloaddotfiles-a0459a63973b84a9115ea1dbfbe5a2456f76ae23.tar.gz
dotfiles-a0459a63973b84a9115ea1dbfbe5a2456f76ae23.tar.bz2
dotfiles-a0459a63973b84a9115ea1dbfbe5a2456f76ae23.zip
+configuration for ranger
Just hidden files and cleanup really, those were the two things that annoyed me the most about doom-vanilla ranger.
Diffstat (limited to 'Doom/.doom.d/org/config.org')
-rw-r--r--Doom/.doom.d/org/config.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doom/.doom.d/org/config.org b/Doom/.doom.d/org/config.org
index 3f1155c..9d0bfa4 100644
--- a/Doom/.doom.d/org/config.org
+++ b/Doom/.doom.d/org/config.org
@@ -205,6 +205,12 @@ Added some calc mode config. An incredibly powerful tool.
:defer t
:hook 'calc-mode)
#+END_SRC
+** Dired and ranger
+#+BEGIN_SRC elisp
+(after! ranger
+ (setq ranger-cleanup-eagerly t)
+ (setq ranger-show-hidden 't))
+#+END_SRC
* Language Config
Configuration for various languages which I feel can be useful
** C-style languages