Emacs configuration
This configuration uses use-package heavily, configured mostly for Clojure development.
To try it out:
- git clone git://github.com/AndreaCrotti/Emacs-configuration.git
- git submodule update init
- create an optional custom.el file for your own customization (which is loaded)
- create or modify your .emacs in your $HOME with the following:
- (setq base “~/Emacs-Configuration/”)
- (load (concat base “ca-init.el”))