diff --git a/config.org b/config.org index bb88871..7a71040 100644 --- a/config.org +++ b/config.org @@ -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.