hotfix: remove setting themes several times
This commit is contained in:
parent
e6e0dbf405
commit
c3e3928159
7
init.el
7
init.el
|
@ -51,13 +51,6 @@
|
|||
(add-to-list 'load-path (concat user-emacs-directory
|
||||
(convert-standard-filename "lisp/")))
|
||||
|
||||
;; Set theme to `hazakura', Dianicemacs' default
|
||||
(use-package autothemer)
|
||||
(use-package hazakura-theme
|
||||
:straight (:package "hazakura" :host github
|
||||
:repo "devraza/hazakura-emacs"))
|
||||
(load-theme 'hazakura t)
|
||||
|
||||
;; Load user configuration
|
||||
(add-to-list 'load-path (concat user-emacs-directory
|
||||
(convert-standard-filename "../diancite/")))
|
||||
|
|
|
@ -35,13 +35,6 @@
|
|||
'((right-divider-width . 15)
|
||||
(internal-border-width . 15)))
|
||||
|
||||
;; Set theme to `hazakura', Dianicemacs' default
|
||||
(use-package autothemer)
|
||||
(use-package hazakura-theme
|
||||
:straight (:package "hazakura" :host github
|
||||
:repo "devraza/hazakura-emacs"))
|
||||
(load-theme 'hazakura t)
|
||||
|
||||
;; vertico - An amazing search engine!
|
||||
(use-package vertico
|
||||
:init
|
||||
|
|
Reference in a new issue