Skip to content
config-emacs.git
⋮
Summary
Commits
Files
config-emacs.git
/
resources
/
snippets
/
emacs-lisp-mode
/
if
[Emacs Lisp] Personal ~/.emacs.d/ configuration folder.
View raw
1
# -*- mode: snippet -*-
2
# name: if
3
# key: if
4
# --
5
(if (${1:condition})
6
(${2:then})
7
${3:else})
Summary
Commits
Files