blob: 71edceb2b45c9be75df194300193dcd6c6cf1266 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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.
)
|