[slime-devel] Switching between last two buffers
Stas Boukarev
stassats at gmail.com
Tue Apr 12 23:42:52 UTC 2011
"Chris Kim" <chrisk414 at hotmail.com> writes:
> Hi, there.
>
> I would like to assign a hotkey to switch between the last two buffers to
> compare the differences quickly.
>
> The closest thing I found is "slime-selector l"
> Is there way I can assign an hotkey to the command above?
(global-set-key "key" (lambda (interactive)
(slime-recently-visited-buffer 'lisp-mode)))
--
With best regards, Stas.
More information about the slime-devel
mailing list