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")
|
: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
|
||||||
|
|
Loading…
Reference in New Issue