From 18b58e6a47a55172b8bcee1601d5afaea0136856 Mon Sep 17 00:00:00 2001 From: Ibrahim Muftee Date: Thu, 9 Jul 2026 04:19:20 -0500 Subject: feat: add doom emacs --- dot_config/doom/custom.el | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 dot_config/doom/custom.el (limited to 'dot_config/doom/custom.el') 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. + ) -- cgit v1.2.3