When using the meghanada backend with java, there is a small typo

In the compile prefix, there is a typo.
This commit is contained in:
Robert O'Connor 2017-04-13 17:01:22 -04:00 committed by syl20bnr
parent c9e21e0e53
commit df6333d55c
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,7 @@
:config
(progn
;; key bindings
(dolist (prefix '(("mc" . "comppile")
(dolist (prefix '(("mc" . "compile")
("mD" . "daemon")
("mg" . "goto")
("mr" . "refactor")