diff options
Diffstat (limited to 'dot_config/doom/custom.el')
| -rw-r--r-- | dot_config/doom/custom.el | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dot_config/doom/custom.el b/dot_config/doom/custom.el new file mode 100644 index 0000000..575cf17 --- /dev/null +++ b/dot_config/doom/custom.el @@ -0,0 +1,17 @@ +;;; -*- lexical-binding: t -*- +(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-safe-themes + '("09e98c608045c7778c67d5671161cfbb741cc25350abe61e3eb2ce798bb88209" + "f1e8339b04aef8f145dd4782d03499d9d716fdc0361319411ac2efc603249326" + "0325a6b5eea7e5febae709dab35ec8648908af12cf2d2b569bedc8da0a3a81c1" + "9e5e0ff3a81344c9b1e6bfc9b3dcf9b96d5ec6a60d8de6d4c762ee9e2121dfb2" default))) +(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. + ) |
