[emacs] Ignore custom.el

I have honestly no idea what kind of fancy dress party is going on in
this file, but I'm pretty sure Emacs is enjoying itself without me.
This commit is contained in:
Sebastian Schulze 2015-11-20 19:26:22 +01:00
parent 81e8ffb37f
commit 98765ec434
2 changed files with 1 additions and 13 deletions

1
home/.emacs.d/personal/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
custom.el

View File

@ -1,13 +0,0 @@
;;; bascht --- custom settings
;;; Commentary:
;;; Everyting emacs will spit out of M-x customize
;;; Code:
(custom-set-variables
'(custom-safe-themes
(quote
("987d1efa769be3310d48359e54e3c8f6a742449f0c46a651512368359020b87f" default))))
(provide 'custom)
;;; custom.el ends here