Files
emacs/lisp/yasnippet-snippets/snippets/emacs-lisp-mode/grabthing
2022-01-04 21:35:17 +01:00

6 lines
135 B
Plaintext

# -*- mode: snippet -*-
# name: grab word under cursor
# key: grabthing
# contributor : Xah Lee
# --
(setq $0 (thing-at-point 'symbol))