diff options
| author | Thomas Schneider <qsx@qsx.re> | 2019-03-10 20:00:50 +0100 |
|---|---|---|
| committer | Thomas Schneider <qsx@qsx.re> | 2019-03-10 20:00:50 +0100 |
| commit | e5d923151e0efc93f86b0a85103bbdc72bf5d6a6 (patch) | |
| tree | ee93ad9e79c0806614158f18d085b503f233005c | |
| parent | 1c0ded9d62306576fd1aea493c40d364277cf0bb (diff) | |
Emacs: don’t track custom.el
This way, it can be used for local changes.
| -rw-r--r-- | dot.emacs.d/.gitignore | 1 | ||||
| -rw-r--r-- | dot.emacs.d/custom.el | 18 |
2 files changed, 1 insertions, 18 deletions
diff --git a/dot.emacs.d/.gitignore b/dot.emacs.d/.gitignore index b263e9f..07eaf60 100644 --- a/dot.emacs.d/.gitignore +++ b/dot.emacs.d/.gitignore @@ -1,3 +1,4 @@ /elpa /eshell /tramp +/custom.el diff --git a/dot.emacs.d/custom.el b/dot.emacs.d/custom.el deleted file mode 100644 index 69c98d7..0000000 --- a/dot.emacs.d/custom.el +++ /dev/null @@ -1,18 +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. - '(custom-enabled-themes (quote (sanityinc-tomorrow-blue))) - '(custom-safe-themes - (quote - ("82d2cac368ccdec2fcc7573f24c3f79654b78bf133096f9b40c20d97ec1d8016" default))) - '(package-selected-packages - (quote - (rust-mode muttrc-mode auctex linum-relative yaml-mode color-theme-sanityinc-tomorrow)))) -(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. - ) |
