Conditionally enable custom neotree icon theme
If :ui neotree is disabled, disable the icon theme.
This commit is contained in:
parent
bcd930abb7
commit
f39d49c954
1 changed files with 5 additions and 4 deletions
|
@ -32,10 +32,11 @@
|
||||||
(add-hook 'doom-load-theme-hook #'doom-themes-org-config)
|
(add-hook 'doom-load-theme-hook #'doom-themes-org-config)
|
||||||
|
|
||||||
;; more Atom-esque file icons for neotree
|
;; more Atom-esque file icons for neotree
|
||||||
|
(when (featurep! :ui neotree)
|
||||||
(add-hook 'doom-load-theme-hook #'doom-themes-neotree-config)
|
(add-hook 'doom-load-theme-hook #'doom-themes-neotree-config)
|
||||||
(setq doom-neotree-enable-variable-pitch t
|
(setq doom-neotree-enable-variable-pitch t
|
||||||
doom-neotree-file-icons 'simple
|
doom-neotree-file-icons 'simple
|
||||||
doom-neotree-line-spacing 2))
|
doom-neotree-line-spacing 2)))
|
||||||
|
|
||||||
|
|
||||||
(def-package! solaire-mode
|
(def-package! solaire-mode
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue