Minor refactor, across the board
Do you see the board? Now look at the other side. That's how far this refactor extends. Yes.
This commit is contained in:
parent
f6c7c13634
commit
ca2c8b5a45
10 changed files with 31 additions and 29 deletions
|
@ -27,7 +27,7 @@ these properties:
|
|||
|
||||
;;;###autodef
|
||||
(defun set-file-templates! (&rest templates)
|
||||
"Like `doom--set:file-template', but register many file templates at once."
|
||||
"Like `set-file-templates!', but register many file templates at once."
|
||||
(after! (:when (boundp '+file-templates-alist))
|
||||
(setq +file-templates-alist (append (list templates) +file-templates-alist))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue