(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.
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -21,4 +21,5 @@ TAGS
|
|||||||
/Mail/.local/share/mail/
|
/Mail/.local/share/mail/
|
||||||
/Pictures/
|
/Pictures/
|
||||||
/SystemD/.config/systemd/user/default.target.wants/
|
/SystemD/.config/systemd/user/default.target.wants/
|
||||||
/SystemD/.config/systemd/user/timers.target.wants/
|
/SystemD/.config/systemd/user/timers.target.wants/
|
||||||
|
Emacs/.config/emacs/.config/custom.el
|
||||||
|
|||||||
@@ -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.
|
|
||||||
)
|
|
||||||
Reference in New Issue
Block a user