From 5d2d489a315a25be68828be2ea3d73f9f467df29 Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Wed, 5 Jul 2023 03:47:22 +0200 Subject: [PATCH] Document how to use an Org git clone --- README.org | 6 ++++++ 1 file changed, 6 insertions(+) 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")