From b9de5552b5abc2dc7c1d20b742912547b35ea08c Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Sun, 17 Apr 2022 09:01:18 -0400 Subject: [PATCH] Use XDG emacs directory --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 6e3dcfd..cb37557 100644 --- a/README.org +++ b/README.org @@ -1142,7 +1142,7 @@ in { When Emacs is started, it normally tries to load a Lisp program from an ititialization file, or /init/ file. This file, if it exists, specifies how to initialize and configure Emacs. -#+BEGIN_SRC emacs-lisp :noweb yes :tangle ~/.emacs.d/init.el +#+BEGIN_SRC emacs-lisp :noweb yes :tangle ~/.config/emacs/init.el ;; <> ;; Required inputs. @@ -1195,7 +1195,7 @@ When Emacs is started, it normally tries to load a Lisp program from an ititiali It's somtimes desirable to have customization that takes effect during Emacs startup earlier than the normal init file. Place these configurations in =~/.emacs.d/early-init.el=. Most customizations should be put in the normal init file =~/.emacs.d/init.el=. -#+BEGIN_SRC emacs-lisp :noweb yes :tangle ~/.emacs.d/early-init.el +#+BEGIN_SRC emacs-lisp :noweb yes :tangle ~/.config/emacs/early-init.el ;; <> <> <>