mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-16 18:34:17 +00:00
added about 33 snippets for emacs lisp mode.
This commit is contained in:
7
snippets/emacs-lisp-mode/bounds-of-thing-at-point.yasnippet
Executable file
7
snippets/emacs-lisp-mode/bounds-of-thing-at-point.yasnippet
Executable file
@@ -0,0 +1,7 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: bounds-of-thing-at-point
|
||||
#key: bounds-of-thing-at-point
|
||||
#key: botap
|
||||
# --
|
||||
(bounds-of-thing-at-point '$0) ; symbol, list, sexp, defun, filename, url, email, word, sentence, whitespace, line, page ...
|
||||
|
||||
Reference in New Issue
Block a user