Continue breaking init into modules
This commit is contained in:
parent
261e59a27f
commit
fa30149008
8 changed files with 258 additions and 239 deletions
14
emacs/.emacs.d/modules/jg-style.el
Normal file
14
emacs/.emacs.d/modules/jg-style.el
Normal 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)
|
Loading…
Add table
Add a link
Reference in a new issue