diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2022-10-12 12:13:48 +0200 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2022-10-12 12:13:48 +0200 |
| commit | f38293ca6f091186b6221a558c63e4e849e35b75 (patch) | |
| tree | b09ca1a732815ebc9d3f0bc49c563dc8c34dc4a4 | |
| parent | 5698885c8c9fa57b50e01bd3095a90467174095d (diff) | |
Move Emacs 24 tip to the end
| -rw-r--r-- | emacstips.mdwn | 24 |
1 files 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. |
