Sure.
1. Setup MELPA:
(package-initialize)
(add-to-list 'package-archives
'("melpa" . "http://melpa.milkbox.net/packages/";))
2. Install `lispy` from MELPA:
M-x package-install lispy
3. Get `clojure-semantic` from git:
cd ~/git
git clon
This looks very neat, but I was unable to figure out how to use
lispy/clojure-semantic the way you were doing in your screencast. Could you
give a breakdown of how this works?
On Saturday, February 15, 2014 4:46:48 AM UTC+7, Oleh wrote:
>
> Hi all,
>
> As a follow-up to this post -
> https://gr
Hi all,
As a follow-up to this post -
https://groups.google.com/forum/#!topic/clojure/B7dTW5PDcPM,
it's now possible to jump to any Clojure tag in current directory.
No project definitions required: CEDET will parse every source file in
current directory.
The tags are completed with helm plugin,