Get Emacs to place auto-generated init code in customize.el

This commit is contained in:
Camden Dixie O'Brien 2021-01-01 00:00:34 +00:00
parent b299274ad2
commit f2531b8d84

View File

@ -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.