diff --git a/README.org b/README.org index 3a67dc4..42b54c0 100644 --- a/README.org +++ b/README.org @@ -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.