Fix dired-rainbow configuration

This commit is contained in:
Gergely Polonkai 2019-09-23 11:12:22 +02:00
parent 8af4b34021
commit d3ebe65a15
No known key found for this signature in database
GPG Key ID: 38F402C8471DDE93
1 changed files with 1 additions and 1 deletions

View File

@ -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