destructuring-bind => cl-destructuring-bind
This commit is contained in:
parent
c493ad80f4
commit
822c78554f
9 changed files with 10 additions and 10 deletions
|
@ -32,7 +32,7 @@
|
|||
(evil-initialize-state 'insert))))
|
||||
|
||||
(defun +file-templates-add (args)
|
||||
(destructuring-bind (regexp trigger mode &optional project-only-p) args
|
||||
(cl-destructuring-bind (regexp trigger mode &optional project-only-p) args
|
||||
(define-auto-insert
|
||||
regexp
|
||||
(vector `(lambda () (+file-templates--expand ,trigger ',mode ,project-only-p))))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue