# HG changeset patch # User Augie Fackler # Date 1493405658 14400 # Node ID f500f0847a77c88a3d5d4921e5a937d0945b37d1 # Parent 87a66e293d279481d410a247a1de2e6d1c6bd697 emacs: two new keyboard macros for hg reviews diff --git a/.elisp/settings/90.review-macros.el b/.elisp/settings/90.review-macros.el new file mode 100644 --- /dev/null +++ b/.elisp/settings/90.review-macros.el @@ -0,0 +1,5 @@ +(fset 'hg-queued-thanks + "\C-s# parent\C-[OC\C-[risearch-forward-re\C-m^> [^#]\C-m\C-a\C-[OB\C-m\C-m\C-[OA\C-[OA\C-mqueued, thanks\C-@\C-[>\C-w\C-l") + +(fset 'hg-queued-thanks-keep-body + "\C-s# parent\C-[OC\C-[risearch-forward-re\C-m^> [^#]\C-m\C-a\C-[OB\C-m\C-m\C-[OA\C-[OA\C-mqueued, thanks")