X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=blobdiff_plain;f=emacstips.mdwn;fp=emacstips.mdwn;h=41d821d3f27f2b0259c89bf8b8c247c5d60d65cb;hp=3e7444c004cac6a45dd21c6b74355b96b840cc38;hb=f38293ca6f091186b6221a558c63e4e849e35b75;hpb=5698885c8c9fa57b50e01bd3095a90467174095d diff --git a/emacstips.mdwn b/emacstips.mdwn index 3e7444c..41d821d 100644 --- a/emacstips.mdwn +++ b/emacstips.mdwn @@ -6,18 +6,6 @@ Emacs Interface|notmuch-emacs]] page for basics. [[!toc levels=2]] -## Issues with Emacs 24 (unsupported since notmuch 0.31 (2020-09-05)) - -If notmuch-show-mode behaves badly for you in emacs 24.x try adding one of - - (setq gnus-inhibit-images nil) - -or - - (require 'gnus-art) - -to your .emacs file. - ## Controlling external handlers for attachments You can choose e.g. which pdf viewer to invoke from notmuch-show mode by @@ -997,3 +985,15 @@ From field. ((("subject" . "%s")) . " %-54s ") ("tags" . "(%s)"))) + +## Issues with Emacs 24 (unsupported since notmuch 0.31 (2020-09-05)) + +If notmuch-show-mode behaves badly for you in emacs 24.x try adding one of + + (setq gnus-inhibit-images nil) + +or + + (require 'gnus-art) + +to your .emacs file.