Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/elfenlaid/emacs_config
- Owner: elfenlaid
- License: gpl-3.0
- Created: 2013-09-04T08:42:07.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-04T08:42:22.000Z (about 11 years ago)
- Last Synced: 2023-04-22T16:15:56.527Z (over 1 year ago)
- Language: Emacs Lisp
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- Changelog: changelog.md
- License: COPYING
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-nreplYou can see all these tweaks in init.el and user.el