summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-01-28 12:42:08 -0600
committerCase Duckworth2021-01-28 12:42:08 -0600
commit2a9373ae38a0ca9a23207b52d817aecd18ec4bdf (patch)
treee6a34e8fe34a597de11bc4495eb96595b528d1cc /config.org
parentTweak expand-file-name calls and acdw/reload (diff)
downloademacs-2a9373ae38a0ca9a23207b52d817aecd18ec4bdf.tar.gz
emacs-2a9373ae38a0ca9a23207b52d817aecd18ec4bdf.zip
Change expand-file-name to locate-user-emacs-file
Diffstat (limited to 'config.org')
-rw-r--r--config.org5
1 files changed, 2 insertions, 3 deletions
diff --git a/config.org b/config.org index 88ca3bd..fff22c5 100644 --- a/config.org +++ b/config.org
@@ -2655,9 +2655,8 @@ Bind it to =C-z i= because =C-z C-c= is taken for capture.
2655 (message "Tangling config.org... Done.") 2655 (message "Tangling config.org... Done.")
2656 ;; load init files 2656 ;; load init files
2657 (load (locate-user-emacs-file "early-init.el")) 2657 (load (locate-user-emacs-file "early-init.el"))
2658 (byte-compile-file (locate-user-emacs-file "init.el") :load) 2658 (load (locate-user-emacs-file "init.el"))
2659 (byte-compile-file (locate-user-emacs-file "config.el") 2659 (load (locate-user-emacs-file "config.el"))))
2660 :load)))
2661#+end_src 2660#+end_src
2662 2661
2663#+begin_src emacs-lisp :noweb-ref bindings 2662#+begin_src emacs-lisp :noweb-ref bindings