mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00
bugfix: print-legnth has to be infinity here
This commit is contained in:
parent
023f1ebad4
commit
cb3f125439
@ -1742,7 +1742,8 @@ This works by stubbing a few functions, then calling
|
||||
(yas/define-snippets
|
||||
(mode snippets)
|
||||
(insert ";;; Snippet definitions:\n;;;\n")
|
||||
(let ((literal-snippets (list)))
|
||||
(let ((literal-snippets (list))
|
||||
(print-length nil))
|
||||
(dolist (snippet snippets)
|
||||
(let ((key (first snippet))
|
||||
(template-content (second snippet))
|
||||
|
Loading…
x
Reference in New Issue
Block a user