2017-08-21 20:12:53 +02:00
|
|
|
# -*- mode: snippet -*-
|
|
|
|
# name: Doom module readme
|
|
|
|
# --
|
2019-01-08 00:38:22 -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))
|
|
|
|
"")`}
|
|
|
|
#+DATE: `(format (format-time-string "%B %%s, %Y") (string-to-number (format-time-string "%d")))`
|
|
|
|
#+SINCE: ${2:{replace with next tagged release version}}
|
2019-12-25 22:54:15 -05:00
|
|
|
#+STARTUP: inlineimages nofold
|
2017-08-21 20:12:53 +02:00
|
|
|
|
2019-01-08 00:38:22 -05:00
|
|
|
* Table of Contents :TOC_3:noexport:
|
|
|
|
|
|
|
|
* Description
|
|
|
|
${3:A summary of what this module does.}
|
2017-08-21 20:12:53 +02:00
|
|
|
|
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
|
|
|
|
2019-01-08 00:38:22 -05:00
|
|
|
** Module Flags
|
2018-02-14 07:42:37 -05:00
|
|
|
This module provides no flags.
|
2017-08-21 20:12:53 +02:00
|
|
|
|
2019-01-08 00:38:22 -05:00
|
|
|
** Plugins
|
|
|
|
{A list of linked plugins}
|
|
|
|
|
|
|
|
** Hacks
|
|
|
|
{A list of internal modifications to included packages}
|
|
|
|
|
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
|
|
|
|
2019-01-08 00:38:22 -05:00
|
|
|
* Troubleshooting
|
|
|
|
Common issues and their solution, or places to look for help.
|
2017-08-21 20:12:53 +02:00
|
|
|
$0
|