view elpa/yasnippet-0.11.0/snippets/emacs-lisp-mode/x-grabthing.yasnippet @ 156:c745e2cc79ee

elpy: update along with direct deps
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Mon, 27 Feb 2017 12:17:38 -0500
parents elpa/yasnippet-0.9.1/snippets/emacs-lisp-mode/x-grabthing.yasnippet@ee4b6191b61e
children
line wrap: on
line source

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