init
This commit is contained in:
8
snippets/emacs-lisp-mode/let
Normal file
8
snippets/emacs-lisp-mode/let
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: let
|
||||
# key: let
|
||||
# key: l
|
||||
# --
|
||||
(let${1:*} (${2:args})
|
||||
$0)
|
||||
Reference in New Issue
Block a user