Merge pull request #1838 from ahankinson/fix-issue1284

Docs: path to objj mode was wrong in docs

Closes #1284
This commit is contained in:
aparajita
2013-03-09 19:45:51 -08:00
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -18,8 +18,7 @@ Installation
Add objc-c-mode.el and objj-mode.el to your load path and require
objj-mode.
(add-to-list 'load-path "/path/to/objc-c-mode.el")
(add-to-list 'load-path "/path/to/objj-mode.el")
(add-to-list 'load-path "/path/to/cappuccino/Tools/Editors/Emacs/")
(require 'objj-mode)
Other
+1 -2
View File
@@ -5,8 +5,7 @@
;;; To install, save this somewhere and add the following to your .emacs file:
;;;
;;; (add-to-list 'load-path "/path/to/objc-c-mode.el")
;;; (add-to-list 'load-path "/path/to/objj-mode.el")
;;; (add-to-list 'load-path "/path/to/cappuccino/Tools/Editors/Emacs/")
;;; (require 'objj-mode)
;;;
;;; Features: