Added auctex and yasnippets
This commit is contained in:
5
.emacs.d/snippets/emacs-lisp-mode/x-grabstring
Normal file
5
.emacs.d/snippets/emacs-lisp-mode/x-grabstring
Normal file
@@ -0,0 +1,5 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: grab buffer substring
|
||||
# key: x-grabstring
|
||||
# --
|
||||
(setq $0 (buffer-substring-no-properties myStartPos myEndPos))
|
||||
Reference in New Issue
Block a user