Emacs-configuration
Emacs-configuration copied to clipboard
My personal emacs configuration, using heavily git submodules for external packages
#+OPTIONS: toc:nil num:nil Emacs configuration
This configuration uses use-package heavily, configured mostly for Clojure development.
- Usage
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"))