Reminder how to use different Org git repositories

This commit is contained in:
Gerard Vermeulen 2024-01-12 10:52:32 +01:00
parent d15af07d56
commit 3513f9228a

View File

@ -316,7 +316,7 @@ recommendation of [[info:emacs#Saving Customizations][saving customizations (inf
#+caption: Set the third set of Emacs options: upgrade Org and transient.
#+name: lst:3rd-setopt-call
#+begin_src emacs-lisp -n
;; To use an Org git clone:
;; To use different Org git repositories (org or gro):
(push (expand-file-name "~/VCS/org-mode/lisp") load-path)
;; Postpone (require 'org) after shadowing Org and sh-script faces below.