diff --git a/lisp/org-ctags.el b/lisp/org-ctags.el index ecf16f333..cba99fca2 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 de8a951ec..3d390dbe4 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.