Get Emacs to place auto-generated init code in customize.el
This commit is contained in:
parent
b299274ad2
commit
f2531b8d84
@ -2,6 +2,14 @@
|
||||
#+AUTHOR: Camden Dixie O'Brien
|
||||
#+ATTR_LATEX: :float t
|
||||
|
||||
* Customize
|
||||
Hey, customize, leave my ~/.emacs.d/init.el alone!
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(setq custom-file (concat user-emacs-directory "customize.el"))
|
||||
(load custom-file t)
|
||||
#+end_src
|
||||
|
||||
* Package Management
|
||||
** MELPA
|
||||
Let's be real here, all the good stuff's on MELPA.
|
||||
|
Loading…
x
Reference in New Issue
Block a user