diff options
author | Sean Whitton <spwhitton@spwhitton.name> | 2020-11-08 14:19:34 -0700 |
---|---|---|
committer | Sean Whitton <spwhitton@spwhitton.name> | 2020-11-08 14:19:34 -0700 |
commit | 5ed4576a81766fa8d038c7a39805945056e1d006 (patch) | |
tree | 46c38a1c8ba372f15d9f148c424abe6df64bea6f | |
parent | 4c7136e33fad8c6549ae9dc01ff83448d583207c (diff) | |
download | wiki-5ed4576a81766fa8d038c7a39805945056e1d006.tar.gz |
add credit
-rw-r--r-- | blog/entry/emacs-combined-repeat.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/blog/entry/emacs-combined-repeat.mdwn b/blog/entry/emacs-combined-repeat.mdwn index 60c6543..16fcb7c 100644 --- a/blog/entry/emacs-combined-repeat.mdwn +++ b/blog/entry/emacs-combined-repeat.mdwn @@ -20,6 +20,7 @@ up with. You can use this under the GPL-3 or any later version published by the FSF. Assumes lexical binding is turned on for the file you have this in. [[!format el """ +;; Adapted from `repeat-complex-command' as of November 2020 (defun spw/repeat-complex-command-immediately (arg) "Like `repeat-complex-command' followed immediately by RET." (interactive "p") |