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

https://github.com/darkdefender27/dotemacs

.emacs.d for clojure development
https://github.com/darkdefender27/dotemacs

clojure dotfiles emacs

Last synced: about 2 months ago
JSON representation

.emacs.d for clojure development

Awesome Lists containing this project

README

          

## dotemacs

To get a taste of what Emacs has to offer, you might want to check out the short screencasts at http://emacsrocks.com/.

## Installing

### Get Emacs

#### OS X

Install vanilla Emacs as a Mac app from http://emacsformacosx.com. Other options, like Aquamacs, are supposed to make Emacs more “Mac-like,” but they’re problematic in the long run because they’re set up so differently from standard Emacs that it’s difficult to use the Emacs manual or follow along with tutorials.

#### Ubuntu
Follow the instructions at https://launchpad.net/~cassou/+archive/emacs.

#### Windows
You can find a binary at http://ftp.gnu.org/gnu/emacs/windows/. After you download and unzip the latest version, you can run the Emacs executable under bin\runemacs.exe.

Open emacs and you're good to go. Happy Hacking!

## Packages Used
- use-package => *Package Manager*
- exec-path-from-shell => *Sets up your path and environment variables from your shell's configuration (.bashprofile, .zshenv, ...)*
- company => *The autocompletion engine*
- cider => *Connecting a Clojure buffer to a REPL*
- clojure-mode-extra-font-locking => *Better syntax highlighting for Clojure code*
- aggressive-indent => *Indenting code as you type*
- paredit => *Treats s-expressions as blocks for easier navigation/editing*
- rainbow-delimiters => *Sets the same color for matching parentheses. Icing on the
cake :)*