mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-17 02:44:17 +00:00
added about 10 elisp keywords. work in progress to add more.
This commit is contained in:
10
snippets/emacs-lisp-mode/defun.yasnippet
Executable file
10
snippets/emacs-lisp-mode/defun.yasnippet
Executable file
@@ -0,0 +1,10 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: defun
|
||||
# --
|
||||
(defun $1 ()
|
||||
"DOCSTRING"
|
||||
(interactive)
|
||||
(let (var1)
|
||||
(setq var1 some)
|
||||
$0
|
||||
))
|
||||
Reference in New Issue
Block a user