aboutsummaryrefslogtreecommitdiff
path: root/Emacs
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2024-06-27 16:06:23 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2024-06-27 16:06:23 +0100
commit49580df21964c192e1b8cf39fe306e952649938b (patch)
tree12eb4d2e6c47774d6fe4c4ea575a926aabc0bc85 /Emacs
parent3588b0371311f744621b243d117bab58959c2a89 (diff)
downloaddotfiles-49580df21964c192e1b8cf39fe306e952649938b.tar.gz
dotfiles-49580df21964c192e1b8cf39fe306e952649938b.tar.bz2
dotfiles-49580df21964c192e1b8cf39fe306e952649938b.zip
(Emacs)~Stop tracking custom.el
I don't like custom.el. I don't like what it does. Anything in it that's actually useful should be made persistent in my configuration anyway. So why should I have it tracked in git? Should be set per machine anyway.
Diffstat (limited to 'Emacs')
-rw-r--r--Emacs/.config/emacs/.config/custom.el16
1 files changed, 0 insertions, 16 deletions
diff --git a/Emacs/.config/emacs/.config/custom.el b/Emacs/.config/emacs/.config/custom.el
deleted file mode 100644
index 36813a8..0000000
--- a/Emacs/.config/emacs/.config/custom.el
+++ /dev/null
@@ -1,16 +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.
- '(safe-local-variable-values
- '((eval eglot-ensure)
- (+license/license-choice . "GPLv2")
- (+license/license-choice . "Unlicense")
- (+license/license-choice . "MIT"))))
-(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.
- )