Created
June 3, 2012 10:29
-
-
Save arnab/2862958 to your computer and use it in GitHub Desktop.
Emacs setup steps (for GNU Emacs with Clojure and CommonLisp). See http://www.arnab-deka.com/notes/emacs-setup/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mv ~/.emacs.d ~/.emacs.d.bak | |
cd ~/.emacs.d | |
git clone <your-clone-of-esk> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd ~/.emacs.d | |
ln -sf emacs-starter-kit/* . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment