2017-08-21 20:12:53 +02:00
|
|
|
# -*- mode: snippet -*-
|
2020-01-09 16:41:12 -05:00
|
|
|
# name: Doom module readme
|
2017-08-21 20:12:53 +02:00
|
|
|
# --
|
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")))`
|
2020-04-26 02:33:37 -04:00
|
|
|
#+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
|
2020-01-09 16:41:12 -05:00
|
|
|
${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
|
|
|
|
2020-01-09 16:41:12 -05:00
|
|
|
** Maintainers
|
|
|
|
+ @username_linked_to_gihub (Author)
|
|
|
|
+ @username_linked_to_gihub
|
|
|
|
+ @username_linked_to_gihub
|
|
|
|
|
|
|
|
# If this module has no maintainers, then...
|
|
|
|
This module has no dedicated maintainers.
|
|
|
|
|
2019-01-08 00:38:22 -05:00
|
|
|
** Module Flags
|
2020-01-09 16:41:12 -05:00
|
|
|
+ =+flag1= A short description of what this flag does and what it might need
|
|
|
|
when enabled.
|
|
|
|
+ =+flag2= A short description of what this flag does and what it might need
|
|
|
|
when enabled.
|
|
|
|
+ =+flag3= A short description of what this flag does and what it might need
|
|
|
|
when enabled.
|
|
|
|
|
|
|
|
# If this module has no flags, then...
|
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
|
2020-01-09 16:41:12 -05:00
|
|
|
# A list of linked plugins
|
|
|
|
+ [[https://orgmode.org/][org-plus-contrib]]
|
|
|
|
+ [[https://github.com/sabof/org-bullets][org-bullets]]
|
|
|
|
+ [[https://github.com/TobiasZawada/org-yt][org-yt]]
|
|
|
|
+ [[https://github.com/sebastiencs/company-box][company-box]]* (=+childframe=)
|
|
|
|
+ =:lang crystal=
|
|
|
|
+ [[https://github.com/brantou/ob-crystal][ob-crystal]]
|
|
|
|
+ =:lang go=
|
|
|
|
+ [[https://github.com/pope/ob-go][ob-go]]
|
|
|
|
+ =+present=
|
|
|
|
+ [[https://github.com/anler/centered-window-mode][centered-window]]
|
|
|
|
+ [[https://github.com/takaxp/org-tree-slide][org-tree-slide]]
|
|
|
|
+ [[https://gitlab.com/oer/org-re-reveal][org-re-reveal]]
|
2019-01-08 00:38:22 -05:00
|
|
|
|
|
|
|
** Hacks
|
2020-01-09 16:41:12 -05:00
|
|
|
# A list of internal modifications to included packages; omit if unneeded
|
2019-01-08 00:38:22 -05:00
|
|
|
|
2018-02-14 07:42:37 -05:00
|
|
|
* Prerequisites
|
2020-02-25 20:07:52 -05:00
|
|
|
This module has no prerequisites.
|
2018-02-14 07:42:37 -05:00
|
|
|
|
|
|
|
* Features
|
2020-01-09 16:41:12 -05: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
|
2020-01-09 16:41:12 -05: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
|
2020-01-09 16:41:12 -05:00
|
|
|
# Common issues and their solution, or places to look for help.
|
2017-08-21 20:12:53 +02:00
|
|
|
$0
|