core-editor: remove emr

This commit is contained in:
Henrik Lissner 2017-02-19 18:12:55 -05:00
parent 929bf368a2
commit 6f9a55d61d
2 changed files with 0 additions and 6 deletions

View File

@ -154,11 +154,6 @@
(setq command-log-mode-auto-show t
command-log-mode-open-log-turns-on-mode t))
(@def-package emr
:commands (emr-show-refactor-menu emr-declare-command)
:config (emr-initialize)
(define-key popup-menu-keymap [escape] 'keyboard-quit))
(@def-package expand-region
:commands (er/expand-region er/contract-region er/mark-symbol er/mark-word))

View File

@ -27,7 +27,6 @@
(@package ace-window)
(@package avy)
(@package command-log-mode)
(@package emr)
(@package expand-region)
(@package goto-last-change)
(@package help-fns+)