From c3538b9ea85a767c92dc233a91160369986c6252 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Tue, 27 Jun 2023 17:31:58 +0100 Subject: [PATCH] hotfix: bug --- lisp/editor.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lisp/editor.el b/lisp/editor.el index adc0c01..fd0b518 100644 --- a/lisp/editor.el +++ b/lisp/editor.el @@ -79,12 +79,12 @@ (setq auto-save-file-name-transforms `((".*" ,temporary-file-directory t))) -;; Set theme to `graphite', Dianicemacs' default +;; Set theme to `hazakura', Dianicemacs' default (use-package autothemer) -(use-package graphite-theme - :straight (:package "graphite" :host github - :repo "devraza/graphite-emacs")) -(load-theme 'graphite t) +(use-package hazakura-theme + :straight (:package "hazakura" :host github + :repo "devraza/hazakura-emacs")) +(load-theme 'hazakura t) ;; rainbow-mode - Colourful colour codes! (use-package rainbow-mode