chore: port from kagayaki to hazakura
This commit is contained in:
parent
f77fc59636
commit
8484e6aa62
|
@ -80,12 +80,12 @@
|
||||||
(setq auto-save-file-name-transforms
|
(setq auto-save-file-name-transforms
|
||||||
`((".*" ,temporary-file-directory t)))
|
`((".*" ,temporary-file-directory t)))
|
||||||
|
|
||||||
;; Set theme to `hazakura', Dianicemacs' default
|
;; Set theme to `kagayaki', Dianicemacs' default
|
||||||
(use-package autothemer)
|
(use-package autothemer)
|
||||||
(use-package hazakura-theme
|
(use-package kagayaki-theme
|
||||||
:straight (:package "hazakura" :host github
|
:straight (:package "kagayaki" :host github
|
||||||
:repo "devraza/hazakura-emacs"))
|
:repo "devraza/kagayaki-emacs"))
|
||||||
(load-theme 'hazakura t)
|
(load-theme 'kagayaki t)
|
||||||
|
|
||||||
;; rainbow-mode - Colourful colour codes!
|
;; rainbow-mode - Colourful colour codes!
|
||||||
(use-package rainbow-mode)
|
(use-package rainbow-mode)
|
||||||
|
|
Reference in a new issue