lang/emacs-lisp: improve +emacs-lisp/find-function (other-window/popup support)
This commit is contained in:
parent
59d2e71e04
commit
6d6da0e9aa
2 changed files with 16 additions and 18 deletions
|
@ -7,8 +7,7 @@
|
|||
|
||||
:config
|
||||
(map! :map emacs-lisp-mode-map
|
||||
:m "gd" '+emacs-lisp/find-function
|
||||
:leader :m "gd" '+emacs-lisp/find-function-in-other-window)
|
||||
:m "gd" '+emacs-lisp/find-function)
|
||||
|
||||
(set! :rotate 'emacs-lisp-mode
|
||||
:symbols '(("t" "nil")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue