diff options
author | Case Duckworth | 2021-09-28 16:23:13 -0500 |
---|---|---|
committer | Case Duckworth | 2021-09-28 16:23:13 -0500 |
commit | 71e502d835f1d01e0d908a57568a8e01f0625e4c (patch) | |
tree | 5833040a7d75cbee9afb31bd0521b9d373bfb2c1 | |
parent | Configurate modeline (diff) | |
download | emacs-71e502d835f1d01e0d908a57568a8e01f0625e4c.tar.gz emacs-71e502d835f1d01e0d908a57568a8e01f0625e4c.zip |
Enable Imagemagick
-rw-r--r-- | init.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el index 0bc2277..98f2bdc 100644 --- a/init.el +++ b/init.el | |||
@@ -363,6 +363,9 @@ In short, DO NOT USE THIS FUNCTION!!!" | |||
363 | attempt-stack-overflow-recovery nil | 363 | attempt-stack-overflow-recovery nil |
364 | echo-keystrokes 0.01 | 364 | echo-keystrokes 0.01 |
365 | find-function-C-source-directory (acdw/find-emacs-source) | 365 | find-function-C-source-directory (acdw/find-emacs-source) |
366 | image-use-external-converter (and (not (version< emacs-version "27")) | ||
367 | (or (executable-find "magick") | ||
368 | (executable-find "convert"))) | ||
366 | kill-read-only-ok t | 369 | kill-read-only-ok t |
367 | load-prefer-newer t | 370 | load-prefer-newer t |
368 | native-comp-async-report-warnings-errors nil | 371 | native-comp-async-report-warnings-errors nil |