From 801ca4c6d0242244cc177ef289b3a904b5e99fc0 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Fri, 11 Nov 2022 04:29:29 +0100 Subject: [PATCH] Backport commit 0f5352377 from Emacs * lisp/org-ctags.el: * lisp/org-protocol.el: Remove redundant installation instructions for packages bundled with Emacs. Remove redundant library installation instructions 0f5352377539bc2587b9bfd068de0f4b3bf8b248 Stefan Kangas Fri Nov 11 04:29:29 2022 +0100 --- lisp/org-ctags.el | 2 -- lisp/org-protocol.el | 1 - 2 files changed, 3 deletions(-) diff --git a/lisp/org-ctags.el b/lisp/org-ctags.el index 67db49e9a..b1ee32ab3 100644 --- a/lisp/org-ctags.el +++ b/lisp/org-ctags.el @@ -45,8 +45,6 @@ ;; Installation ;; ============ ;; -;; Install org mode -;; Ensure org-ctags.el is somewhere in your emacs load path. ;; Download and install Exuberant ctags -- "https://ctags.sourceforge.net/" ;; Edit your .emacs file (see next section) and load emacs. diff --git a/lisp/org-protocol.el b/lisp/org-protocol.el index 7a91a33b7..137a11f3d 100644 --- a/lisp/org-protocol.el +++ b/lisp/org-protocol.el @@ -42,7 +42,6 @@ ;; ;; 1.) Add this to your init file (.emacs probably): ;; -;; (add-to-list 'load-path "/path/to/org-protocol/") ;; (require 'org-protocol) ;; ;; 3.) Ensure emacs-server is up and running.