;;; 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. )