diff options
author | Hydrogen <hydrogen@h2.gay> | 2025-03-26 19:04:55 +0000 |
---|---|---|
committer | Hydrogen <hydrogen@h2.gay> | 2025-03-26 19:04:55 +0000 |
commit | e53bad7fe05585c1a7410a36629b534b33c3cd30 (patch) | |
tree | 683b72302d618ef97928e31f03ddaa20ba61b67b /.config/doom/custom.el |
Add my configs from Lambda
Diffstat (limited to '.config/doom/custom.el')
-rw-r--r-- | .config/doom/custom.el | 21 |
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. + ) |