mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-09 12:57:25 -05:00
Refactor core config
This commit is contained in:
@ -30,7 +30,7 @@ executed when called with `@set'. FORMS are not evaluated until `@set' calls it.
|
||||
(if (functionp fn)
|
||||
(apply fn (eval `(list ,@values)))
|
||||
(when doom-debug-mode
|
||||
(warn "No setting found for %s" keyword)))))
|
||||
(message "No setting found for %s" keyword)))))
|
||||
|
||||
|
||||
;; (defun describe-setting ()
|
||||
|
Reference in New Issue
Block a user