[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] 44/51: [gnugo] Bind ‘DEL’ t o ‘gnugo-undo-two-moves’.
From: |
Thien-Thi Nguyen |
Subject: |
[elpa] 44/51: [gnugo] Bind ‘DEL’ t o ‘gnugo-undo-two-moves’. |
Date: |
Mon, 24 Feb 2014 12:30:27 +0000 |
ttn pushed a commit to branch master
in repository elpa.
commit e9031b47cbd1d20f5156e432efed8f933c5640fe
Author: Thien-Thi Nguyen <address@hidden>
Date: Fri Feb 21 12:35:36 2014 +0100
[gnugo] Bind ‘DEL’ to ‘gnugo-undo-two-moves’.
* packages/gnugo/gnugo.el (gnugo-board-mode-map): ...here.
---
packages/gnugo/gnugo.el | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/packages/gnugo/gnugo.el b/packages/gnugo/gnugo.el
index 6bc6e46..b30988c 100644
--- a/packages/gnugo/gnugo.el
+++ b/packages/gnugo/gnugo.el
@@ -1813,6 +1813,7 @@ starting a new one. See `gnugo-board-mode' documentation
for more info."
("Q" . gnugo-leave-me-alone)
("U" . gnugo-fancy-undo)
("u" . gnugo-undo-two-moves)
+ ("\C-?" . gnugo-undo-two-moves)
("\C-l" . gnugo-refresh)
("\M-_" . bury-buffer)
("_" . bury-buffer)
- [elpa] 45/51: [gnugo] New command: ‘ A’ (gnugo-switch-to-another), (continued)
- [elpa] 45/51: [gnugo] New command: ‘ A’ (gnugo-switch-to-another), Thien-Thi Nguyen, 2014/02/24
- [elpa] 42/51: [gnugo int] Use internal macros more., Thien-Thi Nguyen, 2014/02/24
- [elpa] 46/51: [gnugo] New command: ‘ _’ and ‘M-_’ (gnugo-boss-is-near), Thien-Thi Nguyen, 2014/02/24
- [elpa] 43/51: [gnugo maint] Update HACKING; nfc., Thien-Thi Nguyen, 2014/02/24
- [elpa] 50/51: [gnugo maint] Update NEWS, HACKING; nfc., Thien-Thi Nguyen, 2014/02/24
- [elpa] 41/51: [gnugo] Make proc-status change mode-line elem more informative., Thien-Thi Nguyen, 2014/02/24
- [elpa] 47/51: [gnugo maint] Update NEWS; nfc., Thien-Thi Nguyen, 2014/02/24
- [elpa] 48/51: [gnugo] Fix bug: Compute grid spacing using offset math., Thien-Thi Nguyen, 2014/02/24
- [elpa] 49/51: [gnugo] Rename var to ‘gnugo-inhibit-refresh’., Thien-Thi Nguyen, 2014/02/24
- [elpa] 51/51: [gnugo] Release: 2.3.0, Thien-Thi Nguyen, 2014/02/24
- [elpa] 44/51: [gnugo] Bind ‘DEL’ t o ‘gnugo-undo-two-moves’.,
Thien-Thi Nguyen <=