From e3b91f5d5231b7c358f2ecdb7d64920d4b66ef82 Mon Sep 17 00:00:00 2001 From: Penguin Date: Sun, 30 Jul 2023 01:47:53 -0500 Subject: [PATCH] remove custom.el --- .config/doom/custom.el | 12 ------------ .gitignore | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 .config/doom/custom.el diff --git a/.config/doom/custom.el b/.config/doom/custom.el deleted file mode 100644 index a5bbbd2..0000000 --- a/.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. - '(package-selected-packages '(grip-mode))) -(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. - ) diff --git a/.gitignore b/.gitignore index 6750fab..e240928 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -./config/doom/custom.el +.config/doom/custom.el