technomancy / emacs-starter-kit

[ARCHIVED] this is ancient history
GNU General Public License v3.0
2.87k stars 887 forks source link

How do you develop esk with git #140

Closed paddymul closed 12 years ago

paddymul commented 12 years ago

What is the preferred method of developing on a fork of ESK? The documentation recommends that you install it from package.el? How do I have emacs read my locally cloned copy of the emacs-starter-kit repo?

technomancy commented 12 years ago

For working from a checkout you can just use load-file if you want to put it in your init or eval-buffer if you want to load it interactively.