Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/elfenlaid/emacs_config

emacs.d directory
https://github.com/elfenlaid/emacs_config

Last synced: 5 days ago
JSON representation

emacs.d directory

Awesome Lists containing this project

README

        

# Emacs for Clojure Starter Kit

This repo is a minor extension of [The Emacs Starter Kit, v2](https://github.com/technomancy/emacs-starter-kit/tree/v2). Added functionality:

* Sets $PATH so that it's the same as your shell $PATH
* Includes the tomorrow-night and zenburn themes
* Turns off flyspell
* Adds some nrepl hooks, including auto-complete
* Prevents hippie-expand from expanding to file names
* Turns off ido-mode's use-file-name-at-point
* Stores backup files in `~/.saves`
* Installs the following packages by default:
* starter-kit-lisp
* starter-kit-bindings
* starter-kit-ruby
* clojure-mode
* clojure-test-mode
* nrepl
* auto-complete
* ac-nrepl

You can see all these tweaks in init.el and user.el