2017-08-21 20:12:53 +02:00
|
|
|
# -*- mode: snippet -*-
|
|
|
|
# name: Doom module readme
|
|
|
|
# --
|
2018-02-20 02:45:57 -05:00
|
|
|
#+TITLE: ${1:`(if (string-match "modules/\\([^/]+\\)/\\([^/]+\\)/.+" buffer-file-name)
|
|
|
|
(format ":%s %s"
|
|
|
|
(match-string 1 buffer-file-name)
|
|
|
|
(match-string 2 buffer-file-name))
|
|
|
|
"")`}
|
2017-08-21 20:12:53 +02:00
|
|
|
|
|
|
|
${2:A short summary about what this module does.}
|
|
|
|
|
|
|
|
${3:If necessary, include a longer description below it that goes into more detail. This may be as long as you like.
|
|
|
|
|
2018-05-24 22:21:00 +02:00
|
|
|
+ If possible, include a brief list of feature highlights here
|
|
|
|
+ Like code completion, syntax checking or available snippets
|
|
|
|
+ Include links to packages & external things where possible
|
2017-08-21 20:12:53 +02:00
|
|
|
|
|
|
|
* Table of Contents :TOC:
|
|
|
|
|
2018-02-14 07:42:37 -05:00
|
|
|
* Module Flags
|
|
|
|
This module provides no flags.
|
2017-08-21 20:12:53 +02:00
|
|
|
|
2018-02-14 07:42:37 -05:00
|
|
|
* Prerequisites
|
|
|
|
This module has no prereqisites.
|
|
|
|
|
|
|
|
* Features
|
2018-05-24 22:21:00 +02:00
|
|
|
An in-depth list of features, how to use them, and their dependencies.
|
2017-08-21 20:12:53 +02:00
|
|
|
|
2018-02-14 07:42:37 -05:00
|
|
|
* Configuration
|
2018-05-24 22:21:00 +02:00
|
|
|
How to configure this module, including common problems and how to address them.
|
2017-08-21 20:12:53 +02:00
|
|
|
|
|
|
|
* Appendix
|
|
|
|
** Commands
|
2018-05-24 22:21:00 +02:00
|
|
|
+ A list or table of public commands (and their keybinds) and functions that this module exposes.
|
|
|
|
+ A brief description of how to use them
|
2017-08-21 20:12:53 +02:00
|
|
|
** Hacks
|
2018-05-24 22:21:00 +02:00
|
|
|
+ Include a list of ways this module changes default behavior
|
2017-08-21 20:12:53 +02:00
|
|
|
$0
|