X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=blobdiff_plain;f=emacstips.mdwn;h=e73c1f5538a46791d3508f571a9147ecc2e257a9;hp=5a71aef7617c3908989c11f04b63a1bfde135ee3;hb=a0082ab909e7fe706384842859169153e8fa12da;hpb=b1c61b1e31075fac94dbf6b6ce4ec01737ef8bc9 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))