bhuthesh / emacs-starter-kit

All the code you need to get started, with an emphasis on dynamic languages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

See https://github.com/technomancy/emacs-starter-kit

Usage

Clone this repo

  • git clone this repo somewhere
  • cd into the cloned repo
  • export ESK_REPO_PATH='pwd'

Set up symlinks inside .emacs.d

  • mkdir -p ~/.emacs.d
  • cd ~/.emacs.d
  • ln -sf $ESK_REPO_PATH/arnab.el 'whoami'.el
  • ln -sf $ESK_REPO_PATH/arnab 'whoami'
  • Restart emacs. Done!

About

All the code you need to get started, with an emphasis on dynamic languages.