Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 497 Bytes

README.org

File metadata and controls

13 lines (11 loc) · 497 Bytes

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”))