Closed paddymul closed 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?
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.
load-file
eval-buffer
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?