Refactor core config
This commit is contained in:
parent
b135b7bf53
commit
11a5e15e4e
6 changed files with 122 additions and 114 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue