summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-28 16:23:13 -0500
committerCase Duckworth2021-09-28 16:23:13 -0500
commit71e502d835f1d01e0d908a57568a8e01f0625e4c (patch)
tree5833040a7d75cbee9afb31bd0521b9d373bfb2c1 /init.el
parentConfigurate modeline (diff)
downloademacs-71e502d835f1d01e0d908a57568a8e01f0625e4c.tar.gz
emacs-71e502d835f1d01e0d908a57568a8e01f0625e4c.zip
Enable Imagemagick
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
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