From f38293ca6f091186b6221a558c63e4e849e35b75 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Wed, 12 Oct 2022 12:13:48 +0200 Subject: [PATCH] Move Emacs 24 tip to the end --- emacstips.mdwn | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) 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. -- 2.43.0