1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
  
     | 
    
      # Slime-style navigation for Emacs Lisp
Slime allows very convenient navigation to the symbol at point (using
<kbd>M-.</kbd>), and the ability to pop back to previous marks (using <kbd>M-,</kbd>).
This plugin provides similar navigation for Emacs Lisp, supporting
navigation to the definitions of variables, functions, libraries and
faces.
Additionally, `elisp-slime-nav` provides a way to describe the symbol
at point, whatever its type. As with `slime-describe-symbol`, this
functionality is bound both to <kbd>C-c C-d d</kbd> and <kbd>C-c C-d
C-d</kbd> by default.
## About
Author: Steve Purcell <steve at sanityinc dot com>
Homepage: https://github.com/purcell/elisp-slime-nav
This little library was extracted from the author's
[full Emacs configuration](https://github.com/purcell/emacs.d), which
readers might find of interest.
<hr>
[](http://coderwall.com/purcell)
[](http://uk.linkedin.com/in/stevepurcell)
[Steve Purcell's blog](http://www.sanityinc.com/) // [@sanityinc on Twitter](https://twitter.com/sanityinc)
 
     |