mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit 501c30e5c629da39a4aa6ce94cafafe736f852b8 Author: Matthew L. Fidler <[email protected]> Date: Thu Jun 26 10:15:18 2014 -0500 Add `cua-rect` require so that tests pass --- ergoemacs-advices.el | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ergoemacs-advices.el b/ergoemacs-advices.el index 4897ea8..1074f48 100644 --- a/ergoemacs-advices.el +++ b/ergoemacs-advices.el @@ -126,6 +126,7 @@ Also adds keymap-flag for user-defined keys run with `run-mode-hooks'." ;; backspace in key sequences. (setq-default cua-enable-cua-keys nil)) ad-do-it + (require 'cua-rect) ;; Reset `cua--keymap-alist' -- make it compatible with ;; `ergoemacs-mode' (setq cua--rectangle-keymap (make-sparse-keymap))
