diff options
| author | benj <benj@rse8.com> | 2025-04-04 21:55:55 -0700 |
|---|---|---|
| committer | benj <benj@rse8.com> | 2025-04-04 21:55:55 -0700 |
| commit | e52dce4e328a496e0a303522680453c891c96a9e (patch) | |
| tree | 697b78300016cd8fda8ab6d1effd0c4244b1c1f9 /snippets/org-mode/changelog-entry | |
| parent | c221bdf2fd528732926ce6737d9c9cd2da0108d1 (diff) | |
| download | emacs-e52dce4e328a496e0a303522680453c891c96a9e.tar emacs-e52dce4e328a496e0a303522680453c891c96a9e.tar.gz emacs-e52dce4e328a496e0a303522680453c891c96a9e.tar.bz2 emacs-e52dce4e328a496e0a303522680453c891c96a9e.tar.lz emacs-e52dce4e328a496e0a303522680453c891c96a9e.tar.xz emacs-e52dce4e328a496e0a303522680453c891c96a9e.tar.zst emacs-e52dce4e328a496e0a303522680453c891c96a9e.zip | |
add changelog yasnippet; aphelia mode, and some web-mode config
Diffstat (limited to 'snippets/org-mode/changelog-entry')
| -rw-r--r-- | snippets/org-mode/changelog-entry | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/snippets/org-mode/changelog-entry b/snippets/org-mode/changelog-entry new file mode 100644 index 0000000..e3465a0 --- /dev/null +++ b/snippets/org-mode/changelog-entry @@ -0,0 +1,19 @@ +# -*- mode: snippet -*- +# name: changelog-entry +# key: <clog +# -- +*** `(format-time-string "[%Y-%m-%d %a]")` version ${1:0.0.0} +:PROPERTIES: +:tag: ${2:dev} +:END: + +${3:[brief summary of accomplishments (1-2 sentences)]} + +*** ๐งฉ New +- ${4:something new} + +*** ๐งช Improvements +- ${5:something changed} + +*** ๐ Fixes +- ${6:something fixed}
\ No newline at end of file |
