From a0459a63973b84a9115ea1dbfbe5a2456f76ae23 Mon Sep 17 00:00:00 2001 From: dx Date: Thu, 14 May 2020 04:05:39 +0100 Subject: +configuration for ranger Just hidden files and cleanup really, those were the two things that annoyed me the most about doom-vanilla ranger. --- Doom/.doom.d/org/config.org | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Doom/.doom.d') 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 -- cgit v1.2.3-13-gbd6f