fix syntax error
This commit is contained in:
parent
33cca60d5a
commit
d2534dbfa2
20
init.el
20
init.el
|
@ -265,16 +265,16 @@
|
|||
:repo "davidmiller/thrift-mode")
|
||||
:config (add-to-list 'auto-mode-alist '("\\.thrift\\'" . thrift-mode)))
|
||||
|
||||
;; use doom themes ))
|
||||
(use-package doom-themes ))
|
||||
:straight (doom-themes :type git ))
|
||||
:host github ))
|
||||
:repo "doomemacs/themes") ))
|
||||
:config (load-theme 'doom-badger t) ))
|
||||
(doom-themes-neotree-config) ))
|
||||
(setq doom-themes-treemacs-theme "doom-colors") ))
|
||||
(doom-themes-treemacs-config) ))
|
||||
(doom-themes-org-config)) ))
|
||||
;; use doom themes
|
||||
(use-package doom-themes
|
||||
:straight (doom-themes :type git
|
||||
:host github
|
||||
:repo "doomemacs/themes")
|
||||
:config (load-theme 'doom-badger t)
|
||||
(doom-themes-neotree-config)
|
||||
(setq doom-themes-treemacs-theme "doom-colors")
|
||||
(doom-themes-treemacs-config)
|
||||
(doom-themes-org-config))
|
||||
|
||||
;; try using a fancier mode line
|
||||
(use-package doom-modeline
|
||||
|
|
Loading…
Reference in New Issue