adding a find other file to c++-mode
This commit is contained in:
parent
5178cf2ae1
commit
7ba4b1bbd2
2 changed files with 27 additions and 2 deletions
|
@ -488,7 +488,11 @@ This evil-collection package includes a lot of other evil based things.
|
|||
(general-def 'normal Info-mode-map
|
||||
"RET" 'Info-follow-nearest-node
|
||||
"p" 'Info-prev
|
||||
"n" 'Info-next))
|
||||
"n" 'Info-next)
|
||||
(general-def 'normal c++-mode-map
|
||||
:states 'normal
|
||||
:keymaps 'override
|
||||
"go" 'ff-find-other-file))
|
||||
#+end_src
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue