From 30fb2a3646c67c1bcdb467a079db856c71983e1a Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 23 May 2016 12:09:39 -0700 Subject: [PATCH] emr --- dotfiles/emacs.d/init.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index f72a8932..c2225a05 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -1998,6 +1998,12 @@ window is active in the perspective." (use-package macrostep) +(use-package emr + :bind ("M-RET" . emr-show-refactor-menu) + :config + (progn + (add-hook 'prog-mode-hook 'emr-initialize))) + (use-package elisp-slime-nav :commands elisp-slime-nav-mode :config