init
This commit is contained in:
6
snippets/emacs-lisp-mode/grabthing
Normal file
6
snippets/emacs-lisp-mode/grabthing
Normal file
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: grab word under cursor
|
||||
# key: grabthing
|
||||
# contributor : Xah Lee
|
||||
# --
|
||||
(setq $0 (thing-at-point 'symbol))
|
||||
Reference in New Issue
Block a user