diff --git a/README.org b/README.org index 8282bfd..f26876e 100644 --- a/README.org +++ b/README.org @@ -219,12 +219,6 @@ recommendation of [[info:emacs#Saving Customizations][saving customizations (inf ;;; Commentary: ;;; Code: -;; To test my own stuff in my `emacs-user-directory:' -(push (expand-file-name emacs-user-directory) load-path) -;; To use an Org git clone: -(push (expand-file-name "~/VCS/org-mode/lisp") load-path) -;; Postpone (require 'org) after shadowing Org and sh-script faces below. - (require 'cl-lib) (when (< emacs-major-version 30) @@ -321,6 +315,12 @@ 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 test my own stuff in my `emacs-user-directory:' +(push (expand-file-name emacs-user-directory) load-path) +;; To use an Org git clone: +(push (expand-file-name "~/VCS/org-mode/lisp") load-path) +;; Postpone (require 'org) after shadowing Org and sh-script faces below. + ;; Enable `package-install-upgrade-built-in' to upgrade Org and transient. ;; Caveat: works with `list-packages' but not with `package-upgrade-all'. ;; Disable upgrading other packages by pinning them to "nongnu".