https://github.com/escherize/dotemacs
A customized emacs using el-get for clojure production code.
https://github.com/escherize/dotemacs
Last synced: 5 months ago
JSON representation
A customized emacs using el-get for clojure production code.
- Host: GitHub
- URL: https://github.com/escherize/dotemacs
- Owner: escherize
- Created: 2014-08-01T00:45:29.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-12-18T01:30:12.000Z (over 11 years ago)
- Last Synced: 2023-07-31T23:56:12.854Z (almost 3 years ago)
- Language: Emacs Lisp
- Homepage:
- Size: 324 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To install on a mac:
1. [Download](http://emacsformacosx.com/) and Install emacs for osx.
---
2. Clone the repo into ~/.emacs.d:
----
by copy and pasting the following into your terminal:
```
cd ~;
mv .emacs.d emacs.d_pre_escherize;
git clone git@github.com:escherize/dotemacs.git .emacs.d;
```
3. Start emacs.
---
* Ignore any errors
* El-get will install itself
* Once it's and installed, emacs will tell you that el-get is **ready to serve**.
4. Restart emacs
----
### el-get will now download compile and install all the recipes in init.el
### It should take a few minutes to download (mostly git clone tags), and compile. Once this is done you're ready to go!