Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keelerm84/.emacs.d_old
Configuration Files for Emacs
https://github.com/keelerm84/.emacs.d_old
Last synced: 17 days ago
JSON representation
Configuration Files for Emacs
- Host: GitHub
- URL: https://github.com/keelerm84/.emacs.d_old
- Owner: keelerm84
- Created: 2012-10-20T05:48:45.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-07T02:46:06.000Z (over 11 years ago)
- Last Synced: 2024-10-03T15:14:54.174Z (about 1 month ago)
- Language: Emacs Lisp
- Size: 3.88 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .emacs.d Configuration #
This repo provides all of my emacs customizations, allowing for quick setup on new machines. A big thanks to magnars, from whom I stole most of this. ;) Watch his excellent videos at [Emacs Rocks](http://emacsrocks.com).
## Setup ##
To grab all the dependencies, either:
git clone git://github.com/keelerm84/.emacs.d.git
cd .emacs.d
git submodule init
git submodule update --recursiveCEDET 1.1 needs downloaded and built:
Download and extract cedet 1.1 to .emacs.d/site-lisp/cedet-1.1
cd .emacs.d/site-lisp/cedet-1.1
make clean
make## Known Issues ##
### SLIME ###
There is currently a problem with slime when connecting to a browser. It will occassionally hang due to some conflict. Until this is resolved, you need to edit slime-fancy.el and remove the reference to auto-doc.
### Cedet / Semantic ###
Semantic will throw a wisent parse error when working in JavaScript, resulting in Emacs freezing. To resolve this, edit semantic.el and wrap the while loop in semantic-repeat-parse-whole-stream with save-excursion.