mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00
using let* instead of let for expand-env
This commit is contained in:
parent
ec9a75a5f5
commit
a4960afa75
@ -3428,7 +3428,7 @@ considered when expanding the snippet."
|
||||
(yas/inhibit-overlay-hooks
|
||||
(setq snippet
|
||||
(if expand-env
|
||||
(eval `(let ,expand-env
|
||||
(eval `(let* ,expand-env
|
||||
(insert content)
|
||||
(yas/snippet-create (point-min) (point-max))))
|
||||
(insert content)
|
||||
|
Loading…
x
Reference in New Issue
Block a user