WorldsEndless / emacs-clojure

A simple setup to get emacs set for using clojure, from the ground up

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

emacs-clojure

A rapid setup for getting the basic clojure environment setup with necessaries and niceties including

  • use-package
  • Cider
  • Magit
  • Helm
  • Company
  • SmartParens
  • Projectile
  • Rainbow*
  • Hydra

To Use

Assuming you have the latest emacs installed (25.*), put the included emacs.el in the appropriate directory as per https://www.gnu.org/software/emacs/manual/html_node/emacs/Init-File.html.

Upon starting emacs the first start will download all the plugins. If it doesn’t read the configuration file, try renaming it to ~/.emacs instead of emacs.el.

Copyright

© 2018 Tory Anderson; feel free to use/edit/modify.

About

A simple setup to get emacs set for using clojure, from the ground up


Languages

Language:Emacs Lisp 100.0%