Continue breaking init into modules

This commit is contained in:
jgrogan 2024-05-31 16:32:03 +01:00
parent 261e59a27f
commit fa30149008
8 changed files with 258 additions and 239 deletions

View file

@ -0,0 +1,14 @@
;; -*- lexical-binding: t; -*-
(use-package all-the-icons)
(use-package doom-themes
:config
(load-theme 'doom-dracula t)
(setq doom-themes-treemacs-theme "doom-atom")
(doom-themes-treemacs-config)
(doom-themes-org-config)
)
(provide 'jg-style)