hotfix: bug
This commit is contained in:
parent
09dd75176e
commit
c3538b9ea8
|
@ -79,12 +79,12 @@
|
||||||
(setq auto-save-file-name-transforms
|
(setq auto-save-file-name-transforms
|
||||||
`((".*" ,temporary-file-directory t)))
|
`((".*" ,temporary-file-directory t)))
|
||||||
|
|
||||||
;; Set theme to `graphite', Dianicemacs' default
|
;; Set theme to `hazakura', Dianicemacs' default
|
||||||
(use-package autothemer)
|
(use-package autothemer)
|
||||||
(use-package graphite-theme
|
(use-package hazakura-theme
|
||||||
:straight (:package "graphite" :host github
|
:straight (:package "hazakura" :host github
|
||||||
:repo "devraza/graphite-emacs"))
|
:repo "devraza/hazakura-emacs"))
|
||||||
(load-theme 'graphite t)
|
(load-theme 'hazakura t)
|
||||||
|
|
||||||
;; rainbow-mode - Colourful colour codes!
|
;; rainbow-mode - Colourful colour codes!
|
||||||
(use-package rainbow-mode
|
(use-package rainbow-mode
|
||||||
|
|
Reference in a new issue