dotfiles/emacs/.emacs.d/modules/jg-style.el

15 lines
260 B
EmacsLisp
Raw Normal View History

2024-05-31 15:32:03 +00:00
;; -*- 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)