hotfix: bug

This commit is contained in:
Muhammad Nauman Raza 2023-06-27 17:31:58 +01:00
parent 09dd75176e
commit c3538b9ea8
No known key found for this signature in database
GPG key ID: 4FFEEB78B8A620C7

View file

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