mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-14 14:41:28 +00:00
Merge pull request #1838 from ahankinson/fix-issue1284
Docs: path to objj mode was wrong in docs Closes #1284
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user