fix image feature for terminal

This commit is contained in:
2025-07-14 11:07:16 +02:00
parent 895c3e54df
commit c2ff473507

View File

@@ -44,7 +44,8 @@ Both Win32 and Cygwin count.")
"Check if DBus is available.")
;; add local icon folder to the image-load-path
(add-to-list 'image-load-path (concat config-dir "icon/"))
(when (featurep 'image)
(add-to-list 'image-load-path (concat config-dir "icon/")))
(use-package cus-edit
:config