]> code.delx.au - dotemacs/commitdiff
elisp-slime-nav
authorJames Bunton <jamesbunton@delx.net.au>
Sat, 30 Jul 2016 23:19:31 +0000 (09:19 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Sat, 30 Jul 2016 23:39:20 +0000 (09:39 +1000)
.gitmodules
README.md
lisp/my-minor-modes.el
packages/elisp-slime-nav [new submodule]

index ea15b976948b1b56678d04d775f3792f256fd19b..b1d3e6e57fe2c99ba08bb976154209a981ea82d9 100644 (file)
 [submodule "with-editor"]
        path = packages/with-editor
        url = https://github.com/magit/with-editor.git
 [submodule "with-editor"]
        path = packages/with-editor
        url = https://github.com/magit/with-editor.git
+[submodule "elisp-slime-nav"]
+       path = packages/elisp-slime-nav
+       url = https://github.com/purcell/elisp-slime-nav.git
index 09fcadb2edfc19d2c4a0564862b1658a22d953b0..75a238a8cbb7e2407f1d1a2eda1e189d89ab55c7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -40,6 +40,8 @@ M-q                                             Replace searched item (while sea
 M-p                                             Search for previous item (while searching)
 M-n                                             Search for symbol at point (while searching)
 C-c C-o                                         Dump all results into a buffer (ivy-occur)
 M-p                                             Search for previous item (while searching)
 M-n                                             Search for symbol at point (while searching)
 C-c C-o                                         Dump all results into a buffer (ivy-occur)
+M-.                                             Find thing at point
+M-,                                             Pop tag mark
 ```
 
 # Files/buffers
 ```
 
 # Files/buffers
index 899425a0f19f342785480b91e277eb0b7a746ace..711e7216df104a1abd91eada7fdf279cc27b35d0 100644 (file)
 (require 'editorconfig)
 (editorconfig-mode 1)
 
 (require 'editorconfig)
 (editorconfig-mode 1)
 
+(require 'elisp-slime-nav)
+(dolist (hook '(emacs-lisp-mode-hook ielm-mode-hook))
+  (add-hook hook 'elisp-slime-nav-mode))
+
 (require 'expand-region)
 
 (require 'goto-addr)
 (require 'expand-region)
 
 (require 'goto-addr)
diff --git a/packages/elisp-slime-nav b/packages/elisp-slime-nav
new file mode 160000 (submodule)
index 0000000..0e96d9f
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 0e96d9f1f0d334f09414b509d44d5c000b51f432