From: Stefan Kangas <stefankangas@gmail.com>
Date: Wed, 12 Oct 2022 10:13:48 +0000 (+0200)
Subject: Move Emacs 24 tip to the end
X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=f38293ca6f091186b6221a558c63e4e849e35b75;p=notmuch-wiki

Move Emacs 24 tip to the end
---

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.