Re: [ANN] lispy.el 0.8: jump to any Clojure tag in current directory screencast

2014-02-17 Thread Oleh
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

Re: [ANN] lispy.el 0.8: jump to any Clojure tag in current directory screencast

2014-02-16 Thread Olli Piepponen
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