mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00
Removed final newline from snippet files.
This commit is contained in:
parent
6c84d6c428
commit
d3086586be
@ -3,4 +3,3 @@
|
|||||||
#key: autoload
|
#key: autoload
|
||||||
# --
|
# --
|
||||||
(autoload 'FUNCNAME$0 "FILENAME" &optional "DOCSTRING" INTERACTIVE TYPE)
|
(autoload 'FUNCNAME$0 "FILENAME" &optional "DOCSTRING" INTERACTIVE TYPE)
|
||||||
|
|
||||||
|
@ -4,4 +4,3 @@
|
|||||||
#key: botap
|
#key: botap
|
||||||
# --
|
# --
|
||||||
(bounds-of-thing-at-point '$0) ; symbol, list, sexp, defun, filename, url, email, word, sentence, whitespace, line, page ...
|
(bounds-of-thing-at-point '$0) ; symbol, list, sexp, defun, filename, url, email, word, sentence, whitespace, line, page ...
|
||||||
|
|
||||||
|
@ -4,4 +4,3 @@
|
|||||||
#key: tap
|
#key: tap
|
||||||
# --
|
# --
|
||||||
(thing-at-point '$0) ; symbol, list, sexp, defun, filename, url, email, word, sentence, whitespace, line, page ...
|
(thing-at-point '$0) ; symbol, list, sexp, defun, filename, url, email, word, sentence, whitespace, line, page ...
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user