Files
dotfiles/.emacs.d/snippets/emacs-lisp-mode/grabstring
2017-12-21 17:29:29 +01:00

5 lines
121 B
Plaintext

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