Last Updated: February 25, 2016
·
1.47K
· jr0cket

Using Emacs 24 server on Mac OSX for Clojure and Git development

Emacs for Clojure development can take a few seconds to start up, depending on how many packages you have installed.

To speed things up I am now using emacsclient, which loads your file into a currently running Emacs application (or starts Emacs if its not running).

Read more...