~edwargix/emacs.d

0f45ac2802ee4a2986534a6a2c9bf5d2bfab8046 — David Florness 7 years ago fe3fccc
M-? shows elisp documentation
1 files changed, 2 insertions(+), 1 deletions(-)

M lisp/setup-lisp.el
M lisp/setup-lisp.el => lisp/setup-lisp.el +2 -1
@@ 16,7 16,8 @@
                   ,lisp-interaction-mode-map))
      (with-eval-after-load 'evil
        (evil-define-key 'normal map (kbd "M-.") 'elisp-slime-nav-find-elisp-thing-at-point)
        (evil-define-key 'normal map (kbd "M-[") 'pop-tag-mark)))))
        (evil-define-key 'normal map (kbd "M-[") 'pop-tag-mark)
        (evil-define-key 'normal map (kbd "M-?") 'elisp-slime-nav-describe-elisp-thing-at-point)))))


(use-package auto-compile