summaryrefslogtreecommitdiff
path: root/.config/doom/custom.el
diff options
context:
space:
mode:
Diffstat (limited to '.config/doom/custom.el')
-rw-r--r--.config/doom/custom.el21
1 files changed, 21 insertions, 0 deletions
diff --git a/.config/doom/custom.el b/.config/doom/custom.el
new file mode 100644
index 0000000..71edceb
--- /dev/null
+++ b/.config/doom/custom.el
@@ -0,0 +1,21 @@
+;;; custom.el -*- lexical-binding: t; -*-
+
+;(setq doom-theme 'doom-one-light)
+; (setq default-input-method "japanese-mozc")
+(custom-set-variables
+ ;; custom-set-variables was added by Custom.
+ ;; If you edit it by hand, you could mess it up, so be careful.
+ ;; Your init file should contain only one such instance.
+ ;; If there is more than one, they won't work right.
+ ;'(custom-enabled-themes '(doom-one-light))
+ '(custom-safe-themes
+ '("5c7720c63b729140ed88cf35413f36c728ab7c70f8cd8422d9ee1cedeb618de5" default))
+ '(package-selected-packages
+ '(git srv pfuture pandoc mozc lua-mode hydra ht fsm dired-hide-dotfiles cfrs
+ ace-window)))
+(custom-set-faces
+ ;; custom-set-faces was added by Custom.
+ ;; If you edit it by hand, you could mess it up, so be careful.
+ ;; Your init file should contain only one such instance.
+ ;; If there is more than one, they won't work right.
+ )