[Bugfix] Fix configuration of dired-rainbow

This commit is contained in:
Gergely Polonkai 2021-02-09 08:05:13 +01:00
parent 4fc5b19d6f
commit 136f427c01
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 1 additions and 1 deletions

View File

@ -2533,7 +2533,7 @@ beats the Web in a lot of aspects.
#+BEGIN_SRC emacs-lisp
(use-package dired-rainbow
:init
:config
(dired-rainbow-define-chmod executable-unix "Green" "-.*x.*"))
#+END_SRC