Merge branch 'km/from-emacs-master'

This commit is contained in:
Kyle Meyer 2022-11-13 17:37:11 -05:00
commit e4ed6c92b4
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.