fix syntax error

This commit is contained in:
~d6 2022-05-03 18:39:24 -04:00
parent 33cca60d5a
commit d2534dbfa2
1 changed files with 10 additions and 10 deletions

20
init.el
View File

@ -265,16 +265,16 @@
:repo "davidmiller/thrift-mode") :repo "davidmiller/thrift-mode")
:config (add-to-list 'auto-mode-alist '("\\.thrift\\'" . thrift-mode))) :config (add-to-list 'auto-mode-alist '("\\.thrift\\'" . thrift-mode)))
;; use doom themes )) ;; use doom themes
(use-package doom-themes )) (use-package doom-themes
:straight (doom-themes :type git )) :straight (doom-themes :type git
:host github )) :host github
:repo "doomemacs/themes") )) :repo "doomemacs/themes")
:config (load-theme 'doom-badger t) )) :config (load-theme 'doom-badger t)
(doom-themes-neotree-config) )) (doom-themes-neotree-config)
(setq doom-themes-treemacs-theme "doom-colors") )) (setq doom-themes-treemacs-theme "doom-colors")
(doom-themes-treemacs-config) )) (doom-themes-treemacs-config)
(doom-themes-org-config)) )) (doom-themes-org-config))
;; try using a fancier mode line ;; try using a fancier mode line
(use-package doom-modeline (use-package doom-modeline