branch: externals/ergoemacs-mode
commit ade132c5fd3221a9413964c9970f73ee0ab8ffc9
Author: Walter Landry <[email protected]>
Commit: Walter Landry <[email protected]>
Remap ergoemacs-paste to calc-yank in calc-mode
---
ergoemacs-themes.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/ergoemacs-themes.el b/ergoemacs-themes.el
index fdc7a13..2c60a98 100644
--- a/ergoemacs-themes.el
+++ b/ergoemacs-themes.el
@@ -707,6 +707,7 @@
(define-key browse-kill-ring-mode-map [remap undo]
'browse-kill-ring-undo-other-window)
(define-key browse-kill-ring-mode-map [remap undo-tree-undo]
'browse-kill-ring-undo-other-window)
(define-key browse-kill-ring-mode-map [remap undo-tree-undo]
'browse-kill-ring-undo-other-window)
+ (define-key calc-mode-map [remap ergoemacs-paste] 'calc-yank)
(define-key calc-mode-map [remap undo-tree-undo] 'calc-undo))
(ergoemacs-component search ()