From 00831f427003289bfdc64720311da6777a4d135b Mon Sep 17 00:00:00 2001 From: rondDev Date: Thu, 29 Aug 2024 07:01:34 +0200 Subject: [PATCH] fix: remove custom.el custom.el is unnecessary --- custom.el | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 custom.el diff --git a/custom.el b/custom.el deleted file mode 100644 index 06c7479..0000000 --- a/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 '(lsp-tailwindcss))) -(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. - )