mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-14 05:23:04 +00:00
Minor: indenting in for yasnippet-tests.el macro
This commit is contained in:
parent
0da56720a8
commit
9df05fc413
@ -594,6 +594,7 @@ TODO: be meaner"
|
|||||||
(delete-directory default-directory 'recursive))))))
|
(delete-directory default-directory 'recursive))))))
|
||||||
|
|
||||||
(defmacro yas-with-snippet-dirs (dirs &rest body)
|
(defmacro yas-with-snippet-dirs (dirs &rest body)
|
||||||
|
(declare (indent defun))
|
||||||
`(yas-call-with-snippet-dirs ,dirs
|
`(yas-call-with-snippet-dirs ,dirs
|
||||||
#'(lambda ()
|
#'(lambda ()
|
||||||
,@body)))
|
,@body)))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user