From d3ebe65a151f8659a084f02fea955f684de9c1e5 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 23 Sep 2019 11:12:22 +0200 Subject: [PATCH] Fix dired-rainbow configuration --- configuration.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.org b/configuration.org index 79be51f..4f418b4 100644 --- a/configuration.org +++ b/configuration.org @@ -2353,7 +2353,7 @@ accompanying function will be added to ~mu4e-view-mode-hook~. #+BEGIN_SRC emacs-lisp (use-package dired-rainbow - :init + :config (dired-rainbow-define-chmod executable-unix "Green" "-.*x.*")) #+END_SRC