X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=blobdiff_plain;f=emacstips.mdwn;h=1decf6363bd776fd31364ea4202acf56e0549dd7;hp=8cb9280b4f249c95831d1318eae0b0a898617a63;hb=371930f2b760c89014d15fb7e5c35fae8f69140e;hpb=9490a508dc495d3f938fb461240bc65d34038550 diff --git a/emacstips.mdwn b/emacstips.mdwn index 8cb9280..1decf63 100644 --- a/emacstips.mdwn +++ b/emacstips.mdwn @@ -92,6 +92,17 @@ mentioned as script arguments. (Note: The script expects that you have done emacsclient -a '' -c -e "(progn (compose-mail) $attach_cmds)" +## Issues with Emacs 24 + +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. -----