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
|
(add-to-list 'load-path (concat user-emacs-directory
|
||||||
(convert-standard-filename "lisp/")))
|
(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
|
;; Load user configuration
|
||||||
(add-to-list 'load-path (concat user-emacs-directory
|
(add-to-list 'load-path (concat user-emacs-directory
|
||||||
(convert-standard-filename "../diancite/")))
|
(convert-standard-filename "../diancite/")))
|
||||||
|
|
|
@ -35,13 +35,6 @@
|
||||||
'((right-divider-width . 15)
|
'((right-divider-width . 15)
|
||||||
(internal-border-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!
|
;; vertico - An amazing search engine!
|
||||||
(use-package vertico
|
(use-package vertico
|
||||||
:init
|
:init
|
||||||
|
|
Reference in a new issue