1
0
Fork 0

Add theme config for treemacs and org

This commit is contained in:
Daniele Tricoli 2023-03-21 15:15:38 +01:00
parent f72c25402c
commit 2b0eae2150
1 changed files with 3 additions and 1 deletions

View File

@ -249,7 +249,9 @@
(setq doom-themes-enable-bold t
doom-themes-enable-italic t)
(load-theme 'doom-nord t)
(doom-themes-visual-bell-config))
(doom-themes-visual-bell-config)
(doom-themes-treemacs-config)
(doom-themes-org-config))
; Show the max column indicator in programming modes.
(add-hook 'prog-mode-hook #'display-fill-column-indicator-mode)