From 3513f9228a15aa822e24160ab526b1b7f09b40e9 Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Fri, 12 Jan 2024 10:52:32 +0100 Subject: [PATCH] Reminder how to use different Org git repositories --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.