This website works better with JavaScript.
Explore
Help
Sign In
tre
/
emacs.d
Watch
1
Star
0
Fork
You've already forked emacs.d
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9197c8345c
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '9197c8345c'
${ noResults }
emacs.d
/
snippets
/
html-mode
/
sumdet
8 lines
93 B
Plaintext
Raw
Normal View
History
Unescape
Escape
General cleanup: reorganising snippets, tidying if statements, documenting functions
2 years ago
# name: summary-details
# key: sumdet
# --
Post-cleanup cleanup
2 years ago
<details>
<summary>$1</summary>
$2
General cleanup: reorganising snippets, tidying if statements, documenting functions
2 years ago
</details>
$0