Commit 8085479d7433

Vincent Demeester <vincent@sbr.pm>
2018-05-03 17:55:49
Add smart-jump
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent d29d956
Changed files (1)
lisp/vde-navigating.el
@@ -37,6 +37,11 @@
          ("C-c h S" . helpful-at-point)
          ("C-c h V" . helpful-variable)))
 
+(use-package smart-jump
+  :bind ("M-." . smart-jump-go)
+  :config
+  (smart-jump-setup-default-registers))
+
 (provide 'vde-navigating)
 
 ;; Local Variables: