mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
doom-setting--setter%s => doom--set%s
This commit is contained in:
@ -223,7 +223,7 @@ executed when called with `set!'. FORMS are not evaluated until `set!' calls it.
|
|||||||
(declare (indent defun) (doc-string 3))
|
(declare (indent defun) (doc-string 3))
|
||||||
(unless (keywordp keyword)
|
(unless (keywordp keyword)
|
||||||
(error "Not a valid property name: %s" keyword))
|
(error "Not a valid property name: %s" keyword))
|
||||||
(let ((fn (intern (format "doom-setting--setter%s" keyword))))
|
(let ((fn (intern (format "doom--set%s" keyword))))
|
||||||
`(progn
|
`(progn
|
||||||
(defun ,fn ,arglist
|
(defun ,fn ,arglist
|
||||||
,docstring
|
,docstring
|
||||||
|
Reference in New Issue
Block a user