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
This commit is contained in:
Stefan Kangas 2022-11-11 04:29:29 +01:00 committed by Kyle Meyer
parent 4f0a4e07fd
commit 801ca4c6d0
2 changed files with 0 additions and 3 deletions

View File

@ -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.

View File

@ -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.