doom-setting--setter%s => doom--set%s
This commit is contained in:
parent
779ae60454
commit
313fa06400
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ executed when called with `set!'. FORMS are not evaluated until `set!' calls it.
|
|||
(declare (indent defun) (doc-string 3))
|
||||
(unless (keywordp 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
|
||||
(defun ,fn ,arglist
|
||||
,docstring
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue