From: David Bremner Date: Sun, 26 Feb 2012 14:00:52 +0000 (-0400) Subject: note API change for tag macro hint. X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=commitdiff_plain;h=a0082ab909e7fe706384842859169153e8fa12da note API change for tag macro hint. --- diff --git a/emacstips.mdwn b/emacstips.mdwn index 5a71aef..e73c1f5 100644 --- a/emacstips.mdwn +++ b/emacstips.mdwn @@ -200,7 +200,8 @@ And version for notmuch 0.12 (not released yet) ## Adding many tagging keybindings If you want to have have many tagging keybindings, you can save the typing -the few lines of boilerplate for every binding. +the few lines of boilerplate for every binding (for versions before 0.12, +you will need to change notmuch-show-apply-tag-macro). (eval-after-load 'notmuch-show '(define-key notmuch-show-mode-map "`" 'notmuch-show-apply-tag-macro))