emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 101/117: Add DEL as known key binding


From: Matthew Fidler
Subject: [elpa] 101/117: Add DEL as known key binding
Date: Fri, 25 Jul 2014 13:24:35 +0000

mlf176f2 pushed a commit to branch externals/ergoemacs-mode
in repository elpa.

commit e4d6f6d4347084201fdcb16288c58e7e30eea444
Author: Matthew L. Fidler <address@hidden>
Date:   Thu Jul 24 08:53:30 2014 -0500

    Add DEL as known key binding
---
 ergoemacs-unbind.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ergoemacs-unbind.el b/ergoemacs-unbind.el
index 8929bbe..7007bc6 100644
--- a/ergoemacs-unbind.el
+++ b/ergoemacs-unbind.el
@@ -631,6 +631,7 @@
     ("M-|" (shell-command-on-region))
     ("M-}" (forward-paragraph))
     ("M-~" (not-modified))
+    ("DEL" (delete-backward-char))
     ("RET" (newline)))
   "Default Emacs Key Bindings.")
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]