Refactor emr config
This commit is contained in:
parent
64b5a9df23
commit
10914db9e0
7 changed files with 10 additions and 12 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue