summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
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