From f2531b8d84cf0f5a7d795e6ed6c3895457c22785 Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Fri, 1 Jan 2021 00:00:34 +0000 Subject: [PATCH] Get Emacs to place auto-generated init code in customize.el --- config.org | 8 ++++++++ 1 file changed, 8 insertions(+) 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.