Refactor emr config

This commit is contained in:
Henrik Lissner 2016-05-13 00:28:44 -04:00
parent 64b5a9df23
commit 10914db9e0
7 changed files with 10 additions and 12 deletions

View file

@ -188,8 +188,10 @@ enable multiple minor modes for the same regexp.")
(dumb-jump-mode +1))
(use-package emr
:commands (emr-initialize emr-show-refactor-menu emr-declare-command)
:config (define-key popup-menu-keymap [escape] 'keyboard-quit))
:commands (emr-show-refactor-menu emr-declare-command)
:config
(emr-initialize)
(define-key popup-menu-keymap [escape] 'keyboard-quit))
(use-package expand-region
:commands (er/expand-region er/contract-region er/mark-symbol er/mark-word))