Files
emacs/lisp/yasnippet-snippets/snippets/emacs-lisp-mode/x-grabstring
2020-12-05 21:29:49 +01:00

6 lines
177 B
Plaintext

# -*- mode: snippet -*-
# contributor: Xah Lee (XahLee.org)
# name: grab buffer substring
# key: x-grabstring
# --
(setq $0 (buffer-substring-no-properties myStartPos myEndPos))