mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-18 11:06:17 +00:00
Fix configuration of inline images within gnus
Ensure the mm-attachment-override-types custom variable is loaded before adding to it by requiring mm-decode.
This commit is contained in:
parent
30c0427b9a
commit
417548b4c4
1 changed files with 2 additions and 0 deletions
|
@ -655,6 +655,8 @@ Taken from http://groups.google.com/group/gnu.emacs.gnus/browse_thread/thread/a6
|
||||||
*** Inline images
|
*** Inline images
|
||||||
#+name: gnus
|
#+name: gnus
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(require 'mm-decode)
|
||||||
|
|
||||||
(add-to-list 'mm-attachment-override-types "image/.*")
|
(add-to-list 'mm-attachment-override-types "image/.*")
|
||||||
(setq mm-inline-large-images t)
|
(setq mm-inline-large-images t)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
Loading…
Reference in a new issue