Home

Awesome

clojure-semantic

Experiments with Emacs semantic.el, CEDET and Clojure.

If you want to give it a try:

What does work (more or less)?

Basic variables and functions completion

Open a clojure file and try:

Speedbar

Add the following line to your ~/.emacs.d/init.el file:

(eval-after-load "speedbar"
  (lambda ()
    (speedbar-add-supported-extension ".clj")
    (speedbar-add-supported-extension ".cljs")))

Open a clojure file and try: