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

6 lines
149 B
Plaintext

# -*- mode: snippet -*-
# contributor: Xah Lee (XahLee.org)
# name: grab word under cursor
# key: x-grabthing
# --
(setq $0 (thing-at-point 'symbol))