diff --git a/core/core-lib.el b/core/core-lib.el index 9cf87d9c8..d5b241959 100644 --- a/core/core-lib.el +++ b/core/core-lib.el @@ -239,7 +239,8 @@ executed when called with `set!'. FORMS are not evaluated until `set!' calls it. (if fn (apply fn values) (when doom-debug-mode - (message "No setting found for %s" keyword))))) + (message "No setting found for %s" keyword) + nil)))) (provide 'core-lib) ;;; core-lib.el ends here