Skip to content

A set of tools to make OS-X and iPhone development with emacs pleasant. It simplifies writing objective-c applications and provides utilities to compile and lunch the project.

Notifications You must be signed in to change notification settings

TaylanUB/xcode.el

 
 

Repository files navigation

Overview

Xcode.el allows you to use xcode specific features inside your favourite text editor Emacs.

Installation

  1. install xcode
  2. download xcode.el
  3. add the following code to your emacs startup script
    (add-to-list ’load-path (expand-file-name “/path/to/xcode.el/”))
    (require ’xcode)

Contributing

The project is very new and is always looking for assistance.

1. Fork xcode.el
2. Create a topic branch – `git checkout -b my_branch`
3. Make your changes and update the History.txt file
4. Push to your branch – `git push origin my_branch`
5. Send me a pull-request for your topic branch
6. That’s it!

About

A set of tools to make OS-X and iPhone development with emacs pleasant. It simplifies writing objective-c applications and provides utilities to compile and lunch the project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 72.7%
  • Shell 27.3%