From 8a62c5280c394c6e66ee79eff44e1402efc50b65 Mon Sep 17 00:00:00 2001 From: cho Date: Thu, 28 Sep 2023 20:14:53 +0700 Subject: [PATCH] delete custom.el --- home/default/.config/doom/custom.el | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 home/default/.config/doom/custom.el diff --git a/home/default/.config/doom/custom.el b/home/default/.config/doom/custom.el deleted file mode 100644 index 2131ba9..0000000 --- a/home/default/.config/doom/custom.el +++ /dev/null @@ -1,12 +0,0 @@ -(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. - '(warning-suppress-types '((org-element-cache) (defvaralias)))) -(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. - )