Added auctex and yasnippets
This commit is contained in:
6
.emacs.d/snippets/emacs-lisp-mode/lambda
Normal file
6
.emacs.d/snippets/emacs-lisp-mode/lambda
Normal file
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet; -*-
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: lambda
|
||||
#key: lam
|
||||
# --
|
||||
(lambda ($1) ${2:(interactive${3: "$4"}) }$0)
|
||||
Reference in New Issue
Block a user