bind! -> map!; new minimalistic keybinding macro
This commit is contained in:
parent
2e4a083bbb
commit
81df2830a9
19 changed files with 431 additions and 441 deletions
|
@ -23,7 +23,7 @@
|
|||
:functions company-emacs-eclim-setup
|
||||
:config (company-emacs-eclim-setup)))
|
||||
|
||||
(bind! :map java-mode-map :m "gd" 'eclim-java-find-declaration))
|
||||
(map! :map java-mode-map :m "gd" 'eclim-java-find-declaration))
|
||||
|
||||
(use-package android-mode
|
||||
:commands android-mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue