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

5 lines
153 B
Plaintext
Raw Normal View History

2012-02-17 22:12:32 +02:00
# contributor: Xah Lee (XahLee.org)
# name: grab buffer substring
# key: x-grabstring
# --
(setq $0 (buffer-substring-no-properties myStartPos myEndPos))