yasnippet/snippets/emacs-lisp-mode/x-grabthing.yasnippet
2011-10-13 14:34:13 +01:00

4 lines
104 B
Plaintext
Executable File

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