yasnippet/snippets/emacs-lisp-mode/x-grabstring.yasnippet

5 lines
132 B
Plaintext
Executable File

#contributor: Xah Lee (XahLee.org)
#name: grab buffer substring
# --
(setq $0 (buffer-substring-no-properties myStartPos myEndPos))