hotfix: remove setting themes several times

This commit is contained in:
Muhammad Nauman Raza 2024-03-23 13:20:56 +00:00
parent e6e0dbf405
commit c3e3928159
No known key found for this signature in database
GPG key ID: 31BC90D626D2DBBE
2 changed files with 0 additions and 14 deletions

View file

@ -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/")))

View file

@ -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