]> git.cworth.org Git - notmuch-wiki/commitdiff
Move Emacs 24 tip to the end
authorStefan Kangas <stefankangas@gmail.com>
Wed, 12 Oct 2022 10:13:48 +0000 (12:13 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Wed, 12 Oct 2022 10:13:48 +0000 (12:13 +0200)
emacstips.mdwn

index 3e7444c004cac6a45dd21c6b74355b96b840cc38..41d821d3f27f2b0259c89bf8b8c247c5d60d65cb 100644 (file)
@@ -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.