mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-15 18:04:18 +00:00
added about 10 elisp keywords. work in progress to add more.
This commit is contained in:
5
snippets/emacs-lisp-mode/autoload.yasnippet
Executable file
5
snippets/emacs-lisp-mode/autoload.yasnippet
Executable file
@@ -0,0 +1,5 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: autoload
|
||||
# --
|
||||
(autoload 'FUNCNAME$0 "FILENAME" & "DOCSTRING" INTERACTIVE TYPE)
|
||||
|
||||
Reference in New Issue
Block a user