Files
2024-04-30 07:08:23 +02:00

5 lines
145 B
Plaintext

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