This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
marc
/
config_emacs
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
83
Commits
1
Branch
0
Tags
4.7 MiB
Emacs Lisp
100%
Tree:
db5d74b9b8
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'db5d74b9b8'
${ noResults }
config_emacs
/
user-global
/
snippets
/
python-mode
/
if
8 lines
104 B
Raw
Blame
History
# -*- mode: snippet -*-
# name: if
# key: if
# group : control structure
# --
if ${1:cond}:
$0