emacs/ranger: check GUI for all-the-icons-dired-mode
This commit is contained in:
parent
b00ce82ef9
commit
5698066c0a
1 changed files with 3 additions and 1 deletions
|
@ -31,7 +31,9 @@
|
|||
|
||||
(def-package! all-the-icons-dired
|
||||
:defer t
|
||||
:hook (dired-mode . all-the-icons-dired-mode))
|
||||
:init
|
||||
(when (display-graphic-p)
|
||||
(add-hook! 'dired-mode-hook #'all-the-icons-dired-mode)))
|
||||
|
||||
|
||||
(def-package! font-lock+)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue