Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1ambda/emacs-osx
https://github.com/1ambda/emacs-osx
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/1ambda/emacs-osx
- Owner: 1ambda
- Created: 2015-02-16T15:11:17.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T03:39:29.000Z (about 4 years ago)
- Last Synced: 2024-04-14T18:15:43.528Z (9 months ago)
- Language: Emacs Lisp
- Size: 10.6 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Emacs 24.4 on OSX
### Installing Emacs
(1) Build [emacs-mac-port](https://github.com/railwaycat/emacs-mac-port)
```
$ git clone git://github.com/railwaycat/emacs-mac-port.git
$ brew install autoconf automake libtool
$ ./configure --with-mac --enable-mac-app
$ make && make install
```(2) Cloning Repo
```
$ git clone --recursive git://github.com/1ambda/emacs-osx ~/.emacs.d/
$ cd ~/.emacs.d/
```(3) Building CEDET
```
$ cd ~/.emacs.d/setup/cedet
$ make clean-all && make
$ cd ~/.emacs.d/setup/cedet/contrib
$ make
```### Cask
(1) install [cask](http://cask.readthedocs.org/en/latest/guide/installation.html)
(2) download dependencies
`$ cask install`
### Javascript
- install [jshint](http://truongtx.me/2014/02/21/emacs-setup-jshint-for-on-the-fly-petential-error-checking/), [tern](http://truongtx.me/2014/04/20/emacs-javascript-completion-and-refactoring/)