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:
parent
06003b3f93
commit
a148ca7d28
3
.emacs.d/.gitignore
vendored
3
.emacs.d/.gitignore
vendored
@ -5,4 +5,5 @@
|
|||||||
/tramp
|
/tramp
|
||||||
/smex-items
|
/smex-items
|
||||||
/url
|
/url
|
||||||
.yas-compiled-snippets.el
|
.yas-compiled-snippets.el
|
||||||
|
/custom.el
|
||||||
|
@ -12,7 +12,8 @@
|
|||||||
(setq compilation-scroll-output 1
|
(setq compilation-scroll-output 1
|
||||||
read-file-name-completion-ignore-case t
|
read-file-name-completion-ignore-case t
|
||||||
inhibit-startup-screen t
|
inhibit-startup-screen t
|
||||||
vc-follow-symlinks t)
|
vc-follow-symlinks t
|
||||||
|
custom-file "custom.el")
|
||||||
(load-theme 'fred t)
|
(load-theme 'fred t)
|
||||||
(savehist-mode 1)
|
(savehist-mode 1)
|
||||||
(show-paren-mode 1)
|
(show-paren-mode 1)
|
||||||
|
Loading…
Reference in New Issue
Block a user