summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-01-28 12:42:08 -0600
committerCase Duckworth2021-01-28 12:42:08 -0600
commit2a9373ae38a0ca9a23207b52d817aecd18ec4bdf (patch)
treee6a34e8fe34a597de11bc4495eb96595b528d1cc /init.el
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 'init.el')
-rw-r--r--init.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/init.el b/init.el index 1ddb5f9..ae4ae9f 100644 --- a/init.el +++ b/init.el
@@ -24,8 +24,7 @@
24 user-emacs-directory)) 24 user-emacs-directory))
25 (config.el (concat config ".el")) 25 (config.el (concat config ".el"))
26 (config.org (concat config ".org")) 26 (config.org (concat config ".org"))
27 (straight-org-dir (expand-file-name "straight/build/org" 27 (straight-org-dir (locate-user-emacs-file "straight/build/org")))
28 user-emacs-directory)))
29 ;; Okay, let's figure this out. 28 ;; Okay, let's figure this out.
30 ;; `and' evaluates each form, and returns nil on the first that 29 ;; `and' evaluates each form, and returns nil on the first that
31 ;; returns nil. `unless' only executes its body if the test 30 ;; returns nil. `unless' only executes its body if the test