diff options
| -rw-r--r-- | .config/emacs/.gitignore | 1 | ||||
| -rw-r--r-- | .config/emacs/custom.el | 20 |
2 files changed, 1 insertions, 20 deletions
diff --git a/.config/emacs/.gitignore b/.config/emacs/.gitignore new file mode 100644 index 0000000..2979f8f --- /dev/null +++ b/.config/emacs/.gitignore @@ -0,0 +1 @@ +/custom.el
\ No newline at end of file diff --git a/.config/emacs/custom.el b/.config/emacs/custom.el deleted file mode 100644 index 198e881..0000000 --- a/.config/emacs/custom.el +++ /dev/null @@ -1,20 +0,0 @@ -;;; -*- 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. - '(package-selected-packages nil) - '(package-vc-selected-packages - '((vue-ts-mode :url "https://github.com/8uff3r/vue-ts-mode.git" - :branch "main" :vc-backend Git) - (gsp-ts-mode :url "https://git.thomasvoss.com/gsp-ts-mode" - :branch "master" :vc-backend Git) - (xcompose-mode :url "https://git.thomasvoss.com/xcompose-mode" - :branch "master" :vc-backend Git)))) -(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. - ) |