dotfiles/.emacs.d/snippets/emacs-lisp-mode/x-grabthing

5 lines
123 B
Plaintext
Raw Normal View History

2017-12-21 17:29:29 +01:00
#contributor: Xah Lee (XahLee.org)
#name: grab word under cursor
# key: x-grabthing
# --
(setq $0 (thing-at-point 'symbol))