:feature was a "catch-all" category. Many of its modules fit better in other categories, so they've been moved: - feature/debugger -> tools/debugger - feature/evil -> editor/evil - feature/eval -> tools/eval - feature/lookup -> tools/lookup - feature/snippets -> editor/snippets - feature/file-templates -> editor/file-templates - feature/workspaces -> ui/workspaces More potential changes in the future: - A new :term category for terminal emulation modules (eshell, term and vterm). - A new :os category for modules dedicated to os-specific functionality. The :tools macos module would fit here, but so would modules for nixos and arch. - A new :services category for web-service integration, like wakatime, twitter, elfeed, gist and pastebin services.
42 lines
No EOL
1.2 KiB
Text
42 lines
No EOL
1.2 KiB
Text
# -*- mode: snippet -*-
|
|
# name: Doom module readme
|
|
# --
|
|
#+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}}
|
|
#+STARTUP: inlineimages
|
|
|
|
* Table of Contents :TOC_3:noexport:
|
|
|
|
* Description
|
|
${3:A summary of what this module does.}
|
|
|
|
+ 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
|
|
|
|
** Module Flags
|
|
This module provides no flags.
|
|
|
|
** Plugins
|
|
{A list of linked plugins}
|
|
|
|
** Hacks
|
|
{A list of internal modifications to included packages}
|
|
|
|
* Prerequisites
|
|
This module has no prereqisites.
|
|
|
|
* Features
|
|
An in-depth list of features, how to use them, and their dependencies.
|
|
|
|
* Configuration
|
|
How to configure this module, including common problems and how to address them.
|
|
|
|
* Troubleshooting
|
|
Common issues and their solution, or places to look for help.
|
|
$0 |