]> code.delx.au - gnu-emacs-elpa/blob - snippets/emacs-lisp-mode/x-grabstring.yasnippet
Keep snippet vars definitions in a single format across all snippets and documentation.
[gnu-emacs-elpa] / snippets / emacs-lisp-mode / x-grabstring.yasnippet
1 # contributor: Xah Lee (XahLee.org)
2 # name: grab buffer substring
3 # key: x-grabstring
4 # --
5 (setq $0 (buffer-substring-no-properties myStartPos myEndPos))