[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#68354] [PATCH 0/2] Add snippets based on skeleton system.
From: |
Tomas Volf |
Subject: |
[bug#68354] [PATCH 0/2] Add snippets based on skeleton system. |
Date: |
Tue, 9 Jan 2024 23:46:03 +0100 |
Until now there was no support for commit message and package generation for
people not using either tempel or yasnippet. This commit adds third set of
snippets based on skeleton system, which comes with Emacs out of the box.
Tomas Volf (2):
etc: snippets: Add skeletons for commit messages.
etc: snippets: Add skeletons for scheme-mode.
doc/contributing.texi | 42 +++++++
etc/snippets/skeleton/commit-message.el | 143 ++++++++++++++++++++++++
etc/snippets/skeleton/scheme.el | 117 +++++++++++++++++++
3 files changed, 302 insertions(+)
create mode 100644 etc/snippets/skeleton/commit-message.el
create mode 100644 etc/snippets/skeleton/scheme.el
base-commit: b212e6934643e085f168a5364cb593f61aa616ba
--
2.41.0
- [bug#68354] [PATCH 0/2] Add snippets based on skeleton system.,
Tomas Volf <=