Specify a custom-file and add it to gitignore

This is to make customize variables not go in init.el
This commit is contained in:
Adam Goldsmith 2015-10-04 16:01:32 -04:00
parent 06003b3f93
commit a148ca7d28
2 changed files with 4 additions and 2 deletions

3
.emacs.d/.gitignore vendored
View File

@ -5,4 +5,5 @@
/tramp
/smex-items
/url
.yas-compiled-snippets.el
.yas-compiled-snippets.el
/custom.el

View File

@ -12,7 +12,8 @@
(setq compilation-scroll-output 1
read-file-name-completion-ignore-case t
inhibit-startup-screen t
vc-follow-symlinks t)
vc-follow-symlinks t
custom-file "custom.el")
(load-theme 'fred t)
(savehist-mode 1)
(show-paren-mode 1)