]> code.delx.au - gnu-emacs-elpa/blob - snippets/emacs-lisp-mode/x-grabthing.yasnippet
2c0079d3754e7a109d27321b13c5c0f8f4c1cbbf
[gnu-emacs-elpa] / snippets / emacs-lisp-mode / x-grabthing.yasnippet
1 #contributor: Xah Lee (XahLee.org)
2 #name: grab word under cursor
3 # key: x-grabthing
4 # --
5 (setq $0 (thing-at-point 'symbol))