summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-08-14 03:01:00 +0200
committerGuido Günther <agx@sigxcpu.org>2017-08-14 03:01:45 +0200
commitaae6826a3e1d4bbe0191e8954dfcc7b79fec8f6c (patch)
treebcf81a3e95afba43d50568a931d9aa334ba87b13
parent06a8e4bf637fbfbf7575703a93ff082ad7879952 (diff)
xcpu-thank-ack: move to end of ACK lineHEADmaster
so we handle ACK some more text correctly
-rw-r--r--keybindings.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/keybindings.el b/keybindings.el
index 4a0a980..d259225 100644
--- a/keybindings.el
+++ b/keybindings.el
@@ -8,6 +8,7 @@
(defun xcpu-thank-ack ()
(interactive)
(search-forward "> ACK")
+ (end-of-line)
(insert "\n\nPushed. Thanks\n -- Guido\n")
(backward-char 4))