diff options
| author | Ibrahim Muftee <ibrahim@muftee.net> | 2026-07-09 04:19:20 -0500 |
|---|---|---|
| committer | Ibrahim Muftee <ibrahim@muftee.net> | 2026-07-09 04:19:20 -0500 |
| commit | 18b58e6a47a55172b8bcee1601d5afaea0136856 (patch) | |
| tree | 5bf7c8257c0c3fe919ba7b8fd371622fb612856e /dot_config/doom/custom.el | |
| parent | 6c1a2d7d1a76e3cdd023a3c680191c47e69be70b (diff) | |
feat: add doom emacs
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. + ) |
