This website requires JavaScript.
Explore
Help
Sign In
ArchConfig
/
emacs
Watch
2
Star
0
Fork
You've already forked emacs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a711247971
emacs
/
snippets
/
lua-mode
/
eif
10 lines
96 B
Plaintext
Raw
Blame
History
# -*- mode: snippet -*-
# name: if elseif
# key: eif
# --
if $1 then
$2
elseif $3 then
$0
end
Reference in New Issue
View Git Blame
Copy Permalink