branch: externals/ergoemacs-mode
commit f5a7c782ae1d7c175d19fb716156a9ce8426d8e7
Author: Matthew Fidler <[email protected]>
Commit: Matthew Fidler <[email protected]>
Update command for calculate-bindings
---
ergoemacs-calculate-bindings.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ergoemacs-calculate-bindings.el b/ergoemacs-calculate-bindings.el
index 4202453..3cd6c18 100644
--- a/ergoemacs-calculate-bindings.el
+++ b/ergoemacs-calculate-bindings.el
@@ -95,7 +95,7 @@
("C-x b" switch-to-buffer)
("C-x C-b" ibuffer)
("C-x C-b" execute-extended-command)
- ("C-k" kill-line)
+ ("C-k" ergoemacs-kill-line)
("M-TAB" ergoemacs-call-keyword-completion))
"Ergoemacs short command names."
:group 'ergoemacs-themes