Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/AndreaCrotti/Emacs-configuration

My personal emacs configuration, using heavily git submodules for external packages
https://github.com/AndreaCrotti/Emacs-configuration

emacs emacs-configuration emacs-lisp

Last synced: 3 months ago
JSON representation

My personal emacs configuration, using heavily git submodules for external packages

Lists

README

        

#+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"))