aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2021-03-01 04:38:52 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2021-03-01 04:38:52 +0900
commit84fc25ce83e9385ca9152dfe75d5336543f24dd0 (patch)
tree5f06278f6064f33f312ffac518597ccc6ca0bfc1
parenta2627d14f69361d8697cf29d2d4d0604222d6063 (diff)
Use doom-dracula theme
-rw-r--r--.emacs2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs b/.emacs
index d20defa..18ad963 100644
--- a/.emacs
+++ b/.emacs
@@ -74,7 +74,7 @@
(setq skk-large-jisyo "~/.emacs.d/skk-get-jisyo/SKK-JISYO.L")
;;; Theme
-(load-theme 'doom-laserwave t)
+(load-theme 'doom-dracula t)
;;; modeline
(doom-modeline-init)