diff --git a/README.org b/README.org index 8ce7d5b..cb56da1 100644 --- a/README.org +++ b/README.org @@ -227,6 +227,12 @@ recommendation of [[info:emacs#Saving Customizations][saving customizations (inf ;;; init.el --- user init file -*- lexical-binding: t -*- ;;; Commentary: ;;; Code: + +;; To use an Org git clone: +;; (push (expand-file-name "~/VCS/org-mode/lisp") load-path) +;; (require 'org) ;; uncomment for first time native compilation of the clone. +;; (byte-recompile-directory "~/VCS/org-mode/lisp/" nil t) ;; do not uncomment. + (require 'cl-lib) (when (version< emacs-version "29.0.91")