[java] Add SPC m a prefix name: actionable

This commit is contained in:
duianto 2020-01-04 15:48:20 +01:00
parent 4c7e1954c5
commit d2d5a649ab
2 changed files with 3 additions and 1 deletions

View file

@ -2128,6 +2128,7 @@ Other:
- Added =transient= (package update temp folder) to
.gitignore (thanks to Jarosław Górny)
- Added /** */ smartparens pair (thanks to Ivan Yonchovski)
- Added the prefix name "actionable" to ~SPC m a~ (thanks to duianto)
- Fixes:
- Replace usage of =ensime-print-type-at-point= by =ensime-type-at-point=
(thanks to Joao Azevedo)

View file

@ -171,7 +171,8 @@
:config
(progn
;; key bindings
(dolist (prefix '(("mc" . "compile/create")
(dolist (prefix '(("ma" . "actionable")
("mc" . "compile/create")
("mg" . "goto")
("mr" . "refactor")
("mra" . "add/assign")