mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-17 02:44:17 +00:00
added about 33 snippets for emacs lisp mode.
This commit is contained in:
6
snippets/emacs-lisp-mode/insert-file-contents.yasnippet
Executable file
6
snippets/emacs-lisp-mode/insert-file-contents.yasnippet
Executable file
@@ -0,0 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: insert-file-contents
|
||||
#key: insert-file-contents
|
||||
#key: ifc
|
||||
# --
|
||||
(insert-file-contents $0 &optional VISIT BEG END REPLACE)
|
||||
Reference in New Issue
Block a user