; yasnippet-debug.el: Update yas-debug-snippets arg for previous change.

This commit is contained in:
Noam Postavsky 2018-01-31 06:34:43 -05:00
parent 8b421bc78d
commit fe9f8b6c98

View File

@ -334,7 +334,7 @@ buffer-locally, otherwise install it globally. If HOOK is
(when-let (verbosity (car (or (member "-v" options) (member "-vv" options))))
(set-window-buffer
(split-window) (yas-debug-snippets
nil (if (equal verbosity "-vv") 'create t))))
nil (if (equal verbosity "-vv") 'edebug-create t))))
(yas-minor-mode +1)
(when snippet-key (insert snippet-key))))