emacs-prelude/vendor/yasnippet/snippets/emacs-lisp-mode/x-grabthing.yasnippet
2012-02-17 22:12:32 +02:00

5 lines
125 B
Plaintext
Executable file

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