Fix typo in last commit

This commit is contained in:
Gerard Vermeulen 2023-12-13 17:56:31 +01:00
parent 5ea123c549
commit 662ea216e6

View File

@ -316,7 +316,7 @@ recommendation of [[info:emacs#Saving Customizations][saving customizations (inf
#+name: lst:3rd-setopt-call
#+begin_src emacs-lisp -n
;; To test my own stuff in my `emacs-user-directory:'
(push (expand-file-name emacs-user-directory) load-path)
(push (expand-file-name user-emacs-directory) load-path)
;; To use an Org git clone:
(push (expand-file-name "~/VCS/org-mode/lisp") load-path)
;; Postpone (require 'org) after shadowing Org and sh-script faces below.