From c3e39281597b434aaa4a29c02bd14c830a8c2bc5 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Sat, 23 Mar 2024 13:20:56 +0000 Subject: [PATCH] hotfix: remove setting themes several times --- init.el | 7 ------- lisp/interface.el | 7 ------- 2 files changed, 14 deletions(-) diff --git a/init.el b/init.el index 854bc40..012bf19 100644 --- a/init.el +++ b/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/"))) diff --git a/lisp/interface.el b/lisp/interface.el index baf1d3e..98df2bf 100644 --- a/lisp/interface.el +++ b/lisp/interface.el @@ -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