Emacs-xcode allows you to use xcode specific features inside your favourite text editor Emacs.
-
install xcode
-
download emacs-xcode
-
add the following code to your emacs startup script
(add-to-list 'load-path (expand-file-name "/path/to/emacs-xcode/")) (require 'xcode)
The project is very new and is always looking for assistance.
- Fork emacs-xcode
- Create a topic branch -
git checkout -b my_branch
- Make your changes and update the History.txt file
- Push to your branch -
git push origin my_branch
- Send me a pull-request for your topic branch
- That's it!