Hi Tom,
On Tue, Dec 9, 2008 at 12:28 PM, Tom Emerson <[EMAIL PROTECTED]> wrote:
>
> Nice post as always, Bill.
Thanks. :)
> One thing I add to my .emacs for SLIME/Clojure is the following:
>
> (global-set-key "\C-cs" 'slime-selector)
> (def-slime-selector-method ?l
> "most recently visited clo
Nice post as always, Bill.
One thing I add to my .emacs for SLIME/Clojure is the following:
(global-set-key "\C-cs" 'slime-selector)
(def-slime-selector-method ?l
"most recently visited clojure-mode buffer."
(slime-recently-visited-buffer 'clojure-mode))
This rebinds the selector shortcut f
Hi all,
With the recent huge surge of interest in Clojure, a lot of people
have started using Emacs/SLIME for Clojure development. However, if
you haven't developed in a Lisp-like language previously, SLIME may be
quite confusing. I've posted a summary of a bunch of SLIME-related
links on my blog