Document how to use an Org git clone

This commit is contained in:
Gerard Vermeulen 2023-07-05 03:47:22 +02:00
parent 419a37e506
commit 5d2d489a31
1 changed files with 6 additions and 0 deletions

View File

@ -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")