docs: use lowercase keywords
As per Org's new defaults, which we're adopting elsewhere, so may as well adopt it here.
This commit is contained in:
parent
9744946a66
commit
e77a45bc22
167 changed files with 665 additions and 664 deletions
|
@ -6,23 +6,24 @@
|
|||
(defun doom--docs-hide-meta-h ()
|
||||
"Hide all meta or comment lines."
|
||||
(org-with-wide-buffer
|
||||
(goto-char (point-min))
|
||||
(let (case-fold-search)
|
||||
(while (re-search-forward "^[ \t]*\\#" nil t)
|
||||
(catch 'abort
|
||||
(org-flag-region
|
||||
(line-beginning-position)
|
||||
(cond ((looking-at "+\\(?:TITLE\\|SUBTITLE\\): +")
|
||||
(match-end 0))
|
||||
((looking-at "+\\(?:CREATED\\|SINCE\\|AUTHOR\\|EMAIL\\|DATE\\): +")
|
||||
(throw 'abort nil))
|
||||
((or (eq (char-after) ?\s)
|
||||
(looking-at "+\\(begin\\|end\\)_comment"))
|
||||
(line-beginning-position 2))
|
||||
((looking-at "+\\(?:begin\\|end\\)_\\([^ \n]+\\)")
|
||||
(line-end-position))
|
||||
((line-beginning-position 2)))
|
||||
doom-docs-mode t))))))
|
||||
(goto-char (point-min))
|
||||
(save-match-data
|
||||
(let ((case-fold-search t))
|
||||
(while (re-search-forward "^[ \t]*\\#" nil t)
|
||||
(catch 'abort
|
||||
(org-flag-region
|
||||
(line-beginning-position)
|
||||
(cond ((looking-at "+\\(?:title\\|subtitle\\): +")
|
||||
(match-end 0))
|
||||
((looking-at "+\\(?:created\\|since\\|author\\|email\\|date\\): +")
|
||||
(throw 'abort nil))
|
||||
((or (eq (char-after) ?\s)
|
||||
(looking-at "+\\(begin\\|end\\)_comment"))
|
||||
(line-beginning-position 2))
|
||||
((looking-at "+\\(?:begin\\|end\\)_\\([^ \n]+\\)")
|
||||
(line-end-position))
|
||||
((line-beginning-position 2)))
|
||||
doom-docs-mode t)))))))
|
||||
|
||||
(defun doom--docs-hide-drawers-h ()
|
||||
"Hide all property drawers."
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
:END:
|
||||
← [[doom-index:][Back to index]] ↖ [[doom-repo:tree/develop/modules/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: Official modules
|
||||
#+SUBTITLE: Doom Emacs' official module repository
|
||||
#+STARTUP: nonum
|
||||
#+title: Official modules
|
||||
#+subtitle: Doom Emacs' official module repository
|
||||
#+startup: nonum
|
||||
|
||||
* Description :unfold:
|
||||
This is a repository of official modules for [[https://github.com/doomemacs/core][Doom Emacs]]. They are more closely
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
← [[doom-module-index:][Back to module index]] ↖ [[doom-repo:tree/develop/modules/app/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :app
|
||||
#+CREATED: February 19, 2017
|
||||
#+SINCE: 21.12.0
|
||||
#+title: :app
|
||||
#+created: February 19, 2017
|
||||
#+since: 21.12.0
|
||||
|
||||
* Description
|
||||
Application modules are complex and opinionated modules that transform Emacs
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::app calendar][Issues]] ↖ [[doom-repo:tree/develop/modules/app/calendar/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :app calendar
|
||||
#+SUBTITLE: Watch your missed deadlines in real time
|
||||
#+CREATED: January 13, 2018
|
||||
#+SINCE: 21.12.0 (#355)
|
||||
#+title: :app calendar
|
||||
#+subtitle: Watch your missed deadlines in real time
|
||||
#+created: January 13, 2018
|
||||
#+since: 21.12.0 (#355)
|
||||
|
||||
* Description :unfold:
|
||||
This module adds a calendar view for Emacs, with org and google calendar sync
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::app emms][Issues]] ↖ [[doom-repo:tree/develop/modules/app/emms/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :app emms
|
||||
#+SUBTITLE: A media player for music no one's heard of
|
||||
#+CREATED: March 06, 2021
|
||||
#+SINCE: 21.12.0
|
||||
#+title: :app emms
|
||||
#+subtitle: A media player for music no one's heard of
|
||||
#+created: March 06, 2021
|
||||
#+since: 21.12.0
|
||||
|
||||
* Description :unfold:
|
||||
This module enables Emacs to be used as a music player. It uses [[https://www.musicpd.org/][mpd]] as a backend
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::app everywhere][Issues]] ↖ [[doom-repo:tree/develop/modules/app/everywhere/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :app everywhere
|
||||
#+SUBTITLE: *leave* Emacs!? You must be joking
|
||||
#+CREATED: February 07, 2021
|
||||
#+SINCE: 21.12.0
|
||||
#+title: :app everywhere
|
||||
#+subtitle: *leave* Emacs!? You must be joking
|
||||
#+created: February 07, 2021
|
||||
#+since: 21.12.0
|
||||
|
||||
* Description :unfold:
|
||||
This module adds system-wide popup Emacs windows for quick edits.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::app irc][Issues]] ↖ [[doom-repo:tree/develop/modules/app/irc/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :app irc
|
||||
#+SUBTITLE: How neckbeards socialize
|
||||
#+CREATED: June 11, 2017
|
||||
#+SINCE: 2.0.3
|
||||
#+title: :app irc
|
||||
#+subtitle: How neckbeards socialize
|
||||
#+created: June 11, 2017
|
||||
#+since: 2.0.3
|
||||
|
||||
* Description :unfold:
|
||||
This module turns Emacs into an IRC client, capable of OS notifications.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::app rss][Issues]] ↖ [[doom-repo:tree/develop/modules/app/rss/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :app rss
|
||||
#+SUBTITLE: An RSS reader that Google can't shut down
|
||||
#+CREATED: May 12, 2020
|
||||
#+SINCE: 2.0.9
|
||||
#+title: :app rss
|
||||
#+subtitle: An RSS reader that Google can't shut down
|
||||
#+created: May 12, 2020
|
||||
#+since: 2.0.9
|
||||
|
||||
* Description :unfold:
|
||||
Read RSS feeds in the comfort of Emacs.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::app twitter][Issues]] ↖ [[doom-repo:tree/develop/modules/app/twitter/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :app twitter
|
||||
#+SUBTITLE: Be superficial in plain text
|
||||
#+CREATED: October 11, 2019
|
||||
#+SINCE: 2.0.0
|
||||
#+title: :app twitter
|
||||
#+subtitle: Be superficial in plain text
|
||||
#+created: October 11, 2019
|
||||
#+since: 2.0.0
|
||||
|
||||
* Description :unfold:
|
||||
Enjoy twitter from emacs.
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
← [[doom-module-index:][Back to module index]] ↖ [[doom-repo:tree/develop/modules/checkers/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :checkers
|
||||
#+CREATED: August 01, 2021
|
||||
#+SINCE: 21.12.0
|
||||
#+title: :checkers
|
||||
#+created: August 01, 2021
|
||||
#+since: 21.12.0
|
||||
|
||||
* Description
|
||||
For modules dedicated to linting plain text (primarily code and prose).
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::checkers grammar][Issues]] ↖ [[doom-repo:tree/develop/modules/checkers/grammar/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :checkers grammar
|
||||
#+SUBTITLE: Tasing grammar mistake every you make
|
||||
#+CREATED: January 09, 2020
|
||||
#+SINCE: 21.12.0
|
||||
#+title: :checkers grammar
|
||||
#+subtitle: Tasing grammar mistake every you make
|
||||
#+created: January 09, 2020
|
||||
#+since: 21.12.0
|
||||
|
||||
* Description :unfold:
|
||||
This module adds grammar checking to Emacs to aid your writing by combining
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::checkers spell][Issues]] ↖ [[doom-repo:tree/develop/modules/checkers/spell/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :checkers spell
|
||||
#+SUBTITLE: Tasing you for misspelling mispelling
|
||||
#+CREATED: February 20, 2017
|
||||
#+SINCE: 2.0.0
|
||||
#+title: :checkers spell
|
||||
#+subtitle: Tasing you for misspelling mispelling
|
||||
#+created: February 20, 2017
|
||||
#+since: 2.0.0
|
||||
|
||||
* Description :unfold:
|
||||
This modules provides spellchecking powered by =aspell=, =hunspell= or
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::checkers syntax][Issues]] ↖ [[doom-repo:tree/develop/modules/checkers/syntax/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :checkers syntax
|
||||
#+SUBTITLE: Tasing you for every semicolon you forget
|
||||
#+CREATED: February 20, 2017
|
||||
#+SINCE: 2.0.0
|
||||
#+title: :checkers syntax
|
||||
#+subtitle: Tasing you for every semicolon you forget
|
||||
#+created: February 20, 2017
|
||||
#+since: 2.0.0
|
||||
|
||||
* Description :unfold:
|
||||
This module provides syntax checking and error highlighting, powered by
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
← [[doom-module-index:][Back to module index]] ↖ [[doom-repo:tree/develop/modules/completion/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :completion
|
||||
#+CREATED: July 29, 2021
|
||||
#+SINCE: 21.12.0
|
||||
#+title: :completion
|
||||
#+created: July 29, 2021
|
||||
#+since: 21.12.0
|
||||
|
||||
* Description
|
||||
These modules provide interfaces and frameworks completion, including code
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::completion company][Issues]] ↖ [[doom-repo:tree/develop/modules/completion/company/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :completion company
|
||||
#+SUBTITLE: The ultimate code completion backend
|
||||
#+CREATED: February 19, 2017
|
||||
#+SINCE: 2.0.0
|
||||
#+title: :completion company
|
||||
#+subtitle: The ultimate code completion backend
|
||||
#+created: February 19, 2017
|
||||
#+since: 2.0.0
|
||||
|
||||
* Description :unfold:
|
||||
This module provides code completion, powered by [[https://github.com/company-mode/company-mode][company-mode]]. Many of Doom's
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::completion helm][Issues]] ↖ [[doom-repo:tree/develop/modules/completion/helm/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :completion helm
|
||||
#+SUBTITLE: A tank for hunting a house fly
|
||||
#+CREATED: February 20, 2017
|
||||
#+SINCE: 2.0.0
|
||||
#+title: :completion helm
|
||||
#+subtitle: A tank for hunting a house fly
|
||||
#+created: February 20, 2017
|
||||
#+since: 2.0.0
|
||||
|
||||
* Description :unfold:
|
||||
This module provides Helm integration for a variety of Emacs commands, as well
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::completion ido][Issues]] ↖ [[doom-repo:tree/develop/modules/completion/ido/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :completion ido
|
||||
#+SUBTITLE: A foil for other search engines
|
||||
#+CREATED: February 20, 2017
|
||||
#+SINCE: 2.0.0
|
||||
#+title: :completion ido
|
||||
#+subtitle: A foil for other search engines
|
||||
#+created: February 20, 2017
|
||||
#+since: 2.0.0
|
||||
|
||||
* Description :unfold:
|
||||
Interactive DO things. The completion engine that is /mostly/ built-into Emacs.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::completion ivy][Issues]] ↖ [[doom-repo:tree/develop/modules/completion/ivy/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :completion ivy
|
||||
#+SUBTITLE: Yesterday's lightest search engine
|
||||
#+CREATED: February 20, 2017
|
||||
#+SINCE: 2.0.0
|
||||
#+title: :completion ivy
|
||||
#+subtitle: Yesterday's lightest search engine
|
||||
#+created: February 20, 2017
|
||||
#+since: 2.0.0
|
||||
|
||||
* Description :unfold:
|
||||
This module provides Ivy integration for a variety of Emacs commands, as well as
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::completion vertico][Issues]] ↖ [[doom-repo:tree/develop/modules/completion/vertico/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :completion vertico
|
||||
#+SUBTITLE: Tomorrow's search engine
|
||||
#+CREATED: July 25, 2021
|
||||
#+SINCE: 21.12.0 (#4664)
|
||||
#+title: :completion vertico
|
||||
#+subtitle: Tomorrow's search engine
|
||||
#+created: July 25, 2021
|
||||
#+since: 21.12.0 (#4664)
|
||||
|
||||
* Description :unfold:
|
||||
This module enhances the Emacs search and completion experience, and also
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
← [[doom-module-index:][Back to module index]] ↖ [[doom-repo:tree/develop/modules/config/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :config
|
||||
#+CREATED: July 29, 2021
|
||||
#+SINCE: 21.12.0
|
||||
#+title: :config
|
||||
#+created: July 29, 2021
|
||||
#+since: 21.12.0
|
||||
|
||||
* Description
|
||||
Modules in this category provide sane defaults or improve your ability to
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::config default][Issues]] ↖ [[doom-repo:tree/develop/modules/config/default/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :config default
|
||||
#+SUBTITLE: Reasonable defaults for reasonable people
|
||||
#+CREATED: February 14, 2018
|
||||
#+SINCE: 2.0.9
|
||||
#+title: :config default
|
||||
#+subtitle: Reasonable defaults for reasonable people
|
||||
#+created: February 14, 2018
|
||||
#+since: 2.0.9
|
||||
|
||||
* Description :unfold:
|
||||
This module provides a set of reasonable defaults, including:
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::config literate][Issues]] ↖ [[doom-repo:tree/develop/modules/config/literate/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :config literate
|
||||
#+SUBTITLE: Disguise your config as poor documentation
|
||||
#+CREATED: May 28, 2020
|
||||
#+SINCE: 2.0.9
|
||||
#+title: :config literate
|
||||
#+subtitle: Disguise your config as poor documentation
|
||||
#+created: May 28, 2020
|
||||
#+since: 2.0.9
|
||||
|
||||
* Description :unfold:
|
||||
This module enables support for a literate config.
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
← [[doom-module-index:][Back to module index]] ↖ [[doom-repo:tree/develop/modules/editor/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :editor
|
||||
#+CREATED: July 30, 2021
|
||||
#+SINCE: 21.12.0
|
||||
#+title: :editor
|
||||
#+created: July 30, 2021
|
||||
#+since: 21.12.0
|
||||
|
||||
* Description
|
||||
For modules concerned with the insertion and editing of text. Amen.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::editor evil][Issues]] ↖ [[doom-repo:tree/develop/modules/editor/evil/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :editor evil
|
||||
#+SUBTITLE: The text editor Emacs was missing
|
||||
#+CREATED: April 08, 2020
|
||||
#+SINCE: 2.0.0
|
||||
#+title: :editor evil
|
||||
#+subtitle: The text editor Emacs was missing
|
||||
#+created: April 08, 2020
|
||||
#+since: 2.0.0
|
||||
|
||||
* Description :unfold:
|
||||
This holy module brings the Vim editing model to Emacs.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::editor file-templates][Issues]] ↖ [[doom-repo:tree/develop/modules/editor/file-templates/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :editor file-templates
|
||||
#+SUBTITLE: Fill the void in your empty files
|
||||
#+CREATED: February 11, 2017
|
||||
#+SINCE: 2.0.0
|
||||
#+title: :editor file-templates
|
||||
#+subtitle: Fill the void in your empty files
|
||||
#+created: February 11, 2017
|
||||
#+since: 2.0.0
|
||||
|
||||
* Description :unfold:
|
||||
This module adds file templates for blank files, powered by [[doom-package:][yasnippet]].
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
# --
|
||||
← [[doom-module-index:][Back to module index]] ↖ [[doom-module-source:lang][Source]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: `(+file-templates-module-for-path)`
|
||||
#+CREATED: `(format-time-string "%B %d, %Y")`
|
||||
#+SINCE: `(car (split-string doom-version "-"))`
|
||||
#+title: `(+file-templates-module-for-path)`
|
||||
#+created: `(format-time-string "%B %d, %Y")`
|
||||
#+since: `(car (split-string doom-version "-"))`
|
||||
$0
|
||||
* Description
|
||||
Replace this with a description of what modules in this category are for,
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# --
|
||||
← [[doom-index:][Back to index]] ↖ [[doom-docs-source:faq.org][Source]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: ${1:Title}
|
||||
#+SUBTITLE: ${2:Subtitle}
|
||||
#+title: ${1:Title}
|
||||
#+subtitle: ${2:Subtitle}
|
||||
|
||||
$0
|
|
@ -3,10 +3,10 @@
|
|||
# --
|
||||
← [[doom-module-index:][Back to module index]] ↙ [[doom-module-issues:::lang rust][Issues]] ↖ [[doom-module-source:lang/rust][Source]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: `(+file-templates-module-for-path)`
|
||||
#+SUBTITLE: <A one-line quip about this module to display in init.example.el>
|
||||
#+CREATED: `(format-time-string "%B %d, %Y")`
|
||||
#+SINCE: `(car (split-string doom-version "-"))` (#COMMIT-OR-PR-REF)
|
||||
#+title: `(+file-templates-module-for-path)`
|
||||
#+subtitle: <A one-line quip about this module to display in init.example.el>
|
||||
#+created: `(format-time-string "%B %d, %Y")`
|
||||
#+since: `(car (split-string doom-version "-"))` (#COMMIT-OR-PR-REF)
|
||||
|
||||
* Description :unfold:
|
||||
$0Replace this with a short (1-2 sentence) description of what this module does.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::editor fold][Issues]] ↖ [[doom-repo:tree/develop/modules/editor/fold/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :editor fold
|
||||
#+SUBTITLE: What you can't see won't hurt you
|
||||
#+CREATED: May 15, 2019
|
||||
#+SINCE: 21.12.0
|
||||
#+title: :editor fold
|
||||
#+subtitle: What you can't see won't hurt you
|
||||
#+created: May 15, 2019
|
||||
#+since: 21.12.0
|
||||
|
||||
* Description :unfold:
|
||||
This module marries [[doom-package:][hideshow]], [[doom-package:][vimish-fold]], and ~outline-minor-mode~ to bring you
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::editor format][Issues]] ↖ [[doom-repo:tree/develop/modules/editor/format/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :editor format
|
||||
#+SUBTITLE: Standardize your ugly code
|
||||
#+CREATED: July 26, 2020
|
||||
#+SINCE: 21.12.0
|
||||
#+title: :editor format
|
||||
#+subtitle: Standardize your ugly code
|
||||
#+created: July 26, 2020
|
||||
#+since: 21.12.0
|
||||
|
||||
#+begin_quote
|
||||
🔨 This module has been scheduled for a rewrite. Its documentation will remain
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::editor god][Issues]] ↖ [[doom-repo:tree/develop/modules/editor/god/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :editor god
|
||||
#+SUBTITLE: IDDQD
|
||||
#+CREATED: October 13, 2021
|
||||
#+SINCE: 21.12.0
|
||||
#+title: :editor god
|
||||
#+subtitle: IDDQD
|
||||
#+created: October 13, 2021
|
||||
#+since: 21.12.0
|
||||
|
||||
#+begin_quote
|
||||
🚧 *This module is deprecated.* ~god-mode~ is EOL and no longer maintained.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::editor lispy][Issues]] ↖ [[doom-repo:tree/develop/modules/editor/lispy/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :editor lispy
|
||||
#+SUBTITLE: Vim for lisp, for people who don't like vim
|
||||
#+CREATED: October 27, 2018
|
||||
#+SINCE: 2.0.0
|
||||
#+title: :editor lispy
|
||||
#+subtitle: Vim for lisp, for people who don't like vim
|
||||
#+created: October 27, 2018
|
||||
#+since: 2.0.0
|
||||
|
||||
* Description :unfold:
|
||||
This module adds a keybind scheme for navigating and editing S-expressions in
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::editor multiple-cursors][Issues]] ↖ [[doom-repo:tree/develop/modules/editor/multiple-cursors/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :editor multiple-cursors
|
||||
#+SUBTITLE: Make all your mistakes at once
|
||||
#+CREATED: October 13, 2021
|
||||
#+SINCE: 21.12.0
|
||||
#+title: :editor multiple-cursors
|
||||
#+subtitle: Make all your mistakes at once
|
||||
#+created: October 13, 2021
|
||||
#+since: 21.12.0
|
||||
|
||||
* Description :unfold:
|
||||
This module adds a multiple cursors implementation to Emacs (two, if you use
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::editor objed][Issues]] ↖ [[doom-repo:tree/develop/modules/editor/objed/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :editor objed
|
||||
#+SUBTITLE: Text object editing for the innocent
|
||||
#+CREATED: May 30, 2019
|
||||
#+SINCE: 21.12.0
|
||||
#+title: :editor objed
|
||||
#+subtitle: Text object editing for the innocent
|
||||
#+created: May 30, 2019
|
||||
#+since: 21.12.0
|
||||
|
||||
* Description :unfold:
|
||||
This modules adds [[doom-package:][objed]], a global minor-mode for navigating and manipulating
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::editor parinfer][Issues]] ↖ [[doom-repo:tree/develop/modules/editor/parinfer/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :editor parinfer
|
||||
#+SUBTITLE: For lispers that like Python more (i.e. nobody)
|
||||
#+CREATED: February 27, 2021
|
||||
#+SINCE: 21.12.0
|
||||
#+title: :editor parinfer
|
||||
#+subtitle: For lispers that like Python more (i.e. nobody)
|
||||
#+created: February 27, 2021
|
||||
#+since: 21.12.0
|
||||
|
||||
* Description :unfold:
|
||||
Parinfer is a minor mode that aids the writing of Lisp code. It automatically
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::editor rotate-text][Issues]] ↖ [[doom-repo:tree/develop/modules/editor/rotate-text/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :editor rotate-text
|
||||
#+SUBTITLE: The only back'n'forth nerds will ever know
|
||||
#+CREATED: June 22, 2018
|
||||
#+SINCE: 2.0.4
|
||||
#+title: :editor rotate-text
|
||||
#+subtitle: The only back'n'forth nerds will ever know
|
||||
#+created: June 22, 2018
|
||||
#+since: 2.0.4
|
||||
|
||||
* Description :unfold:
|
||||
This module adds text rotation to Doom Emacs. I.e. The ability to cycle through
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::editor snippets][Issues]] ↖ [[doom-repo:tree/develop/modules/editor/snippets/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :editor snippets
|
||||
#+SUBTITLE: My elves type so I don't have to
|
||||
#+CREATED: February 11, 2017
|
||||
#+SINCE: 2.0.0
|
||||
#+title: :editor snippets
|
||||
#+subtitle: My elves type so I don't have to
|
||||
#+created: February 11, 2017
|
||||
#+since: 2.0.0
|
||||
|
||||
* Description :unfold:
|
||||
This module adds snippet expansions to Emacs, powered by [[doom-package:][yasnippet]].
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::editor word-wrap][Issues]] ↖ [[doom-repo:tree/develop/modules/editor/word-wrap/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :editor word-wrap
|
||||
#+SUBTITLE: Soft-wrapping with language-aware indent
|
||||
#+CREATED: August 25, 2019
|
||||
#+SINCE: 21.12.0 (#1709)
|
||||
#+title: :editor word-wrap
|
||||
#+subtitle: Soft-wrapping with language-aware indent
|
||||
#+created: August 25, 2019
|
||||
#+since: 21.12.0 (#1709)
|
||||
|
||||
* Description :unfold:
|
||||
This module adds a minor-mode [[fn:][+word-wrap-mode]], which intelligently wraps long
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
← [[doom-module-index:][Back to module index]] ↖ [[doom-repo:tree/develop/modules/emacs/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :emacs
|
||||
#+CREATED: August 01, 2021
|
||||
#+SINCE: 21.12.0
|
||||
#+title: :emacs
|
||||
#+created: August 01, 2021
|
||||
#+since: 21.12.0
|
||||
|
||||
* Description
|
||||
Modules in this category augment and extend the built-in features of Emacs.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::emacs dired][Issues]] ↖ [[doom-repo:tree/develop/modules/emacs/dired/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :emacs dired
|
||||
#+SUBTITLE: Making dired pretty [functional]
|
||||
#+CREATED: February 20, 2017
|
||||
#+SINCE: 2.0.0
|
||||
#+title: :emacs dired
|
||||
#+subtitle: Making dired pretty [functional]
|
||||
#+created: February 20, 2017
|
||||
#+since: 2.0.0
|
||||
|
||||
* Description :unfold:
|
||||
This module provides reasonable defaults and augmentations for dired.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::emacs electric][Issues]] ↖ [[doom-repo:tree/develop/modules/emacs/electric/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :emacs electric
|
||||
#+SUBTITLE: Shocking keyword-based electric-indent
|
||||
#+CREATED: February 21, 2017
|
||||
#+SINCE: 2.0.0
|
||||
#+title: :emacs electric
|
||||
#+subtitle: Shocking keyword-based electric-indent
|
||||
#+created: February 21, 2017
|
||||
#+since: 2.0.0
|
||||
|
||||
* Description :unfold:
|
||||
This module augments the built-in [[doom-package:][electric]] package with keyword-based
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::emacs ibuffer][Issues]] ↖ [[doom-repo:tree/develop/modules/emacs/ibuffer/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :emacs ibuffer
|
||||
#+SUBTITLE: Edit me like one of your French buffers
|
||||
#+CREATED: October 20, 2019
|
||||
#+SINCE: 21.12.0
|
||||
#+title: :emacs ibuffer
|
||||
#+subtitle: Edit me like one of your French buffers
|
||||
#+created: October 20, 2019
|
||||
#+since: 21.12.0
|
||||
|
||||
* Description :unfold:
|
||||
This module augments the built-in [[doom-package:][ibuffer]] package.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::emacs undo][Issues]] ↖ [[doom-repo:tree/develop/modules/emacs/undo/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :emacs undo
|
||||
#+SUBTITLE: Persistent, smarter undo for your inevitable mistakes
|
||||
#+CREATED: April 14, 2020
|
||||
#+SINCE: 21.12.0
|
||||
#+title: :emacs undo
|
||||
#+subtitle: Persistent, smarter undo for your inevitable mistakes
|
||||
#+created: April 14, 2020
|
||||
#+since: 21.12.0
|
||||
|
||||
* Description :unfold:
|
||||
This module augments Emacs' built-in undo system to be more intuitive and to
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::emacs vc][Issues]] ↖ [[doom-repo:tree/develop/modules/emacs/vc/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :emacs vc
|
||||
#+SUBTITLE: Be the difference you want to see in the fringe
|
||||
#+CREATED: February 20, 2017
|
||||
#+SINCE: 2.0.0
|
||||
#+title: :emacs vc
|
||||
#+subtitle: Be the difference you want to see in the fringe
|
||||
#+created: February 20, 2017
|
||||
#+since: 2.0.0
|
||||
|
||||
* Description :unfold:
|
||||
This module augments Emacs builtin version control support and provides better
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
← [[doom-module-index:][Back to module index]] ↖ [[doom-repo:tree/develop/modules/email/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :email
|
||||
#+CREATED: October 14, 2021
|
||||
#+SINCE: 21.12.0
|
||||
#+title: :email
|
||||
#+created: October 14, 2021
|
||||
#+since: 21.12.0
|
||||
|
||||
* Description
|
||||
Modules that turn Emacs in an email client.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::email mu4e][Issues]] ↖ [[doom-repo:tree/develop/modules/email/mu4e/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :email mu4e
|
||||
#+SUBTITLE: The great filter Hanson hadn't anticipated
|
||||
#+CREATED: April 08, 2017
|
||||
#+SINCE: 2.0.3
|
||||
#+title: :email mu4e
|
||||
#+subtitle: The great filter Hanson hadn't anticipated
|
||||
#+created: April 08, 2017
|
||||
#+since: 2.0.3
|
||||
|
||||
* Description :unfold:
|
||||
This module makes Emacs an email client, using [[https://www.djcbsoftware.nl/code/mu/mu4e.html][mu4e]].
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::email notmuch][Issues]] ↖ [[doom-repo:tree/develop/modules/email/notmuch/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :email notmuch
|
||||
#+SUBTITLE: Closest Emacs will ever be to multi-threaded
|
||||
#+CREATED: July 31, 2018
|
||||
#+SINCE: 21.12.0
|
||||
#+title: :email notmuch
|
||||
#+subtitle: Closest Emacs will ever be to multi-threaded
|
||||
#+created: July 31, 2018
|
||||
#+since: 21.12.0
|
||||
|
||||
* Description :unfold:
|
||||
This module turns Emacs into an email client using [[doom-package:][notmuch]].
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::email wanderlust][Issues]] ↖ [[doom-repo:tree/develop/modules/email/wanderlust/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :email wanderlust
|
||||
#+SUBTITLE: To boldly go where no mail has gone before
|
||||
#+CREATED: May 05, 2019
|
||||
#+SINCE: 21.12.0
|
||||
#+title: :email wanderlust
|
||||
#+subtitle: To boldly go where no mail has gone before
|
||||
#+created: May 05, 2019
|
||||
#+since: 21.12.0
|
||||
|
||||
* Description :unfold:
|
||||
#+begin_quote
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
← [[doom-module-index:][Back to module index]] ↖ [[doom-repo:tree/develop/modules/input/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :input
|
||||
#+CREATED: May 13, 2019
|
||||
#+SINCE: 2.0.9
|
||||
#+title: :input
|
||||
#+created: May 13, 2019
|
||||
#+since: 2.0.9
|
||||
|
||||
* Description
|
||||
Modules in this category extend Emacs support for additional keyboard layouts
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::input chinese][Issues]] ↖ [[doom-repo:tree/develop/modules/input/chinese/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :input chinese
|
||||
#+SUBTITLE: Spend your 3 hours a week in Emacs
|
||||
#+CREATED: May 13, 2019
|
||||
#+SINCE: 21.12.0
|
||||
#+title: :input chinese
|
||||
#+subtitle: Spend your 3 hours a week in Emacs
|
||||
#+created: May 13, 2019
|
||||
#+since: 21.12.0
|
||||
|
||||
* Description :unfold:
|
||||
This module adds support for traditional Chinese script by introducing two input
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::input japanese][Issues]] ↖ [[doom-repo:tree/develop/modules/input/japanese/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :input japanese
|
||||
#+SUBTITLE: Ah, a man of culture
|
||||
#+CREATED: May 13, 2019
|
||||
#+SINCE: 21.12.0
|
||||
#+title: :input japanese
|
||||
#+subtitle: Ah, a man of culture
|
||||
#+created: May 13, 2019
|
||||
#+since: 21.12.0
|
||||
|
||||
* Description :unfold:
|
||||
This module adds support for Japanese script.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::input layout][Issues]] ↖ [[doom-repo:tree/develop/modules/input/layout/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :input layout
|
||||
#+SUBTITLE: auie,ctsrnm is the superior home row
|
||||
#+CREATED: Jun 29, 2020
|
||||
#+SINCE: 21.12.0
|
||||
#+title: :input layout
|
||||
#+subtitle: auie,ctsrnm is the superior home row
|
||||
#+created: Jun 29, 2020
|
||||
#+since: 21.12.0
|
||||
|
||||
* Description :unfold:
|
||||
This module provides barebones support for using Doom with non-qwerty keyboard
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
← [[doom-module-index:][Back to module index]] ↖ [[doom-repo:tree/develop/modules/lang/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :lang
|
||||
#+CREATED: August 03, 2021
|
||||
#+SINCE: 21.12.0
|
||||
#+title: :lang
|
||||
#+created: August 03, 2021
|
||||
#+since: 21.12.0
|
||||
|
||||
* Description
|
||||
These modules specialize in integration particular languages and their
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::lang agda][Issues]] ↖ [[doom-repo:tree/develop/modules/lang/agda/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :lang agda
|
||||
#+SUBTITLE: Types of types of types of types...
|
||||
#+CREATED: August 21, 2018
|
||||
#+SINCE: 21.12.0 (#821)
|
||||
#+title: :lang agda
|
||||
#+subtitle: Types of types of types of types...
|
||||
#+created: August 21, 2018
|
||||
#+since: 21.12.0 (#821)
|
||||
|
||||
* Description :unfold:
|
||||
This module adds support for the [[http://wiki.portal.chalmers.se/agda/pmwiki.php][agda]] programming language. The Emacs support
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::lang beancount][Issues]] ↖ [[doom-repo:tree/develop/modules/lang/beancount/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :lang beancount
|
||||
#+SUBTITLE: Mind the GAAP
|
||||
#+CREATED: April 13, 2021
|
||||
#+SINCE: 21.12.0
|
||||
#+title: :lang beancount
|
||||
#+subtitle: Mind the GAAP
|
||||
#+created: April 13, 2021
|
||||
#+since: 21.12.0
|
||||
|
||||
* Description :unfold:
|
||||
This module adds support for [[https://beancount.github.io/][Beancount]] to Emacs. Beancount, like ledger, lets
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::lang cc][Issues]] ↖ [[doom-repo:tree/develop/modules/lang/cc/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :lang cc
|
||||
#+SUBTITLE: C > C++ == 1
|
||||
#+CREATED: February 20, 2017
|
||||
#+SINCE: 2.0.0
|
||||
#+title: :lang cc
|
||||
#+subtitle: C > C++ == 1
|
||||
#+created: February 20, 2017
|
||||
#+since: 2.0.0
|
||||
|
||||
* Description :unfold:
|
||||
This module adds support for the C-family of languages: C, C++, and Objective-C.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::lang clojure][Issues]] ↖ [[doom-repo:tree/develop/modules/lang/clojure/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :lang clojure
|
||||
#+SUBTITLE: Java with a lisp
|
||||
#+CREATED: May 30, 2017
|
||||
#+SINCE: 2.0.3
|
||||
#+title: :lang clojure
|
||||
#+subtitle: Java with a lisp
|
||||
#+created: May 30, 2017
|
||||
#+since: 2.0.3
|
||||
|
||||
* Description :unfold:
|
||||
This module adds support for the Clojure(Script) language.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::lang common-lisp][Issues]] ↖ [[doom-repo:tree/develop/modules/lang/common-lisp/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :lang common-lisp
|
||||
#+SUBTITLE: If you've seen one lisp, you've seen them all
|
||||
#+CREATED: June 13, 2018
|
||||
#+SINCE: 21.12.0
|
||||
#+title: :lang common-lisp
|
||||
#+subtitle: If you've seen one lisp, you've seen them all
|
||||
#+created: June 13, 2018
|
||||
#+since: 21.12.0
|
||||
|
||||
* Description :unfold:
|
||||
This module provides support for [[https://lisp-lang.org/][Common Lisp]] and the [[doom-package:][Sly]] development
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::lang coq][Issues]] ↖ [[doom-repo:tree/develop/modules/lang/coq/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :lang coq
|
||||
#+SUBTITLE: Proofs as programs
|
||||
#+CREATED: August 14, 2018
|
||||
#+SINCE: 21.12.0 (#804)
|
||||
#+title: :lang coq
|
||||
#+subtitle: Proofs as programs
|
||||
#+created: August 14, 2018
|
||||
#+since: 21.12.0 (#804)
|
||||
|
||||
* Description :unfold:
|
||||
This module adds [[https://coq.inria.fr][coq]] support, powered by [[https://proofgeneral.github.io][Proof General]].
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::lang crystal][Issues]] ↖ [[doom-repo:tree/develop/modules/lang/crystal/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :lang crystal
|
||||
#+SUBTITLE: Ruby at the speed of C
|
||||
#+CREATED: January 16, 2017
|
||||
#+SINCE: 1.3
|
||||
#+title: :lang crystal
|
||||
#+subtitle: Ruby at the speed of C
|
||||
#+created: January 16, 2017
|
||||
#+since: 1.3
|
||||
|
||||
* Description :unfold:
|
||||
This modules adds [[https://crystal-lang.org/][crystal]] support.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::lang csharp][Issues]] ↖ [[doom-repo:tree/develop/modules/lang/csharp/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :lang csharp
|
||||
#+SUBTITLE: Unity, .NET, and Mono shenanigans
|
||||
#+CREATED: February 20, 2017
|
||||
#+SINCE: 2.0.0
|
||||
#+title: :lang csharp
|
||||
#+subtitle: Unity, .NET, and Mono shenanigans
|
||||
#+created: February 20, 2017
|
||||
#+since: 2.0.0
|
||||
|
||||
* Description :unfold:
|
||||
This module adds C# support to Emacs, powered by Omnisharp (directly or through
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::lang dart][Issues]] ↖ [[doom-repo:tree/develop/modules/lang/dart/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :lang dart
|
||||
#+SUBTITLE: Paint ui and not much else
|
||||
#+CREATED: February 15, 2020
|
||||
#+SINCE: 21.12.0 (#2729)
|
||||
#+title: :lang dart
|
||||
#+subtitle: Paint ui and not much else
|
||||
#+created: February 15, 2020
|
||||
#+since: 21.12.0 (#2729)
|
||||
|
||||
* Description :unfold:
|
||||
[[https://dart.dev/][Dart]] is a client-optimized language by Google for fast apps on any platform. It
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::lang data][Issues]] ↖ [[doom-repo:tree/develop/modules/lang/data/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :lang data
|
||||
#+SUBTITLE: A dumping ground for data formats
|
||||
#+CREATED: February 20, 2017
|
||||
#+SINCE: 2.0.0
|
||||
#+title: :lang data
|
||||
#+subtitle: A dumping ground for data formats
|
||||
#+created: February 20, 2017
|
||||
#+since: 2.0.0
|
||||
|
||||
* Description :unfold:
|
||||
This module adds Emacs support for CSV and XML files.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::lang dhall][Issues]] ↖ [[doom-repo:tree/develop/modules/lang/dhall/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :lang dhall
|
||||
#+SUBTITLE: Config as code
|
||||
#+CREATED: August 03, 2021
|
||||
#+SINCE: 21.12.0
|
||||
#+title: :lang dhall
|
||||
#+subtitle: Config as code
|
||||
#+created: August 03, 2021
|
||||
#+since: 21.12.0
|
||||
|
||||
* Description :unfold:
|
||||
This module adds [[https://dhall-lang.org/][Dhall]] language support to Emacs.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::lang elixir][Issues]] ↖ [[doom-repo:tree/develop/modules/lang/elixir/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :lang elixir
|
||||
#+SUBTITLE: Erlang done right
|
||||
#+CREATED: May 24, 2017
|
||||
#+SINCE: 2.0.3 (#83)
|
||||
#+title: :lang elixir
|
||||
#+subtitle: Erlang done right
|
||||
#+created: May 24, 2017
|
||||
#+since: 2.0.3 (#83)
|
||||
|
||||
* Description :unfold:
|
||||
This module provides support for [[https://elixir-lang.org/][Elixir programming language]] via [[doom-package:][alchemist]] or
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::lang elm][Issues]] ↖ [[doom-repo:tree/develop/modules/lang/elm/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :lang elm
|
||||
#+SUBTITLE: Care for a cup of TEA?
|
||||
#+CREATED: May 21, 2017
|
||||
#+SINCE: 2.0.3 (#74)
|
||||
#+title: :lang elm
|
||||
#+subtitle: Care for a cup of TEA?
|
||||
#+created: May 21, 2017
|
||||
#+since: 2.0.3 (#74)
|
||||
|
||||
* Description :unfold:
|
||||
This module adds [[https://elm-lang.org/][Elm]] support to Doom Emacs.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::lang emacs-lisp][Issues]] ↖ [[doom-repo:tree/develop/modules/lang/emacs-lisp/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :lang emacs-lisp
|
||||
#+SUBTITLE: A parsel-tongue for the oldest serpent
|
||||
#+CREATED: January 16, 2017
|
||||
#+SINCE: 1.3
|
||||
#+title: :lang emacs-lisp
|
||||
#+subtitle: A parsel-tongue for the oldest serpent
|
||||
#+created: January 16, 2017
|
||||
#+since: 1.3
|
||||
|
||||
* Description :unfold:
|
||||
This module extends support for Emacs Lisp in Doom Emacs.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#+TITLE: API Demos
|
||||
#+PROPERTY: header-args:elisp :results pp
|
||||
#+title: API Demos
|
||||
#+property: header-args:elisp :results pp
|
||||
|
||||
This file contains demos of Doom's public API; its core library, macros, and
|
||||
autodefs. It is used by the =elisp-demos= package to display examples of their
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::lang erlang][Issues]] ↖ [[doom-repo:tree/develop/modules/lang/erlang/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :lang erlang
|
||||
#+SUBTITLE: An elegant language for a more civilized age
|
||||
#+CREATED: April 07, 2018
|
||||
#+SINCE: 21.12.0 (#497)
|
||||
#+title: :lang erlang
|
||||
#+subtitle: an elegant language for a more civilized age
|
||||
#+created: April 07, 2018
|
||||
#+since: 21.12.0 (#497)
|
||||
|
||||
* Description :unfold:
|
||||
This module provides support [[https://www.erlang.org/][Erlang programming language]]. Support for the
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::lang ess][Issues]] ↖ [[doom-repo:tree/develop/modules/lang/ess/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :lang ess
|
||||
#+SUBTITLE: 73.6% of all statistics are made up
|
||||
#+CREATED: February 05, 2018
|
||||
#+SINCE: 21.12.0 (#410)
|
||||
#+title: :lang ess
|
||||
#+subtitle: 73.6% of all statistics are made up
|
||||
#+created: February 05, 2018
|
||||
#+since: 21.12.0 (#410)
|
||||
|
||||
* Description :unfold:
|
||||
This module adds support for various statistics languages, including R, S-Plus,
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::lang factor][Issues]] ↖ [[doom-repo:tree/develop/modules/lang/factor/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :lang factor
|
||||
#+SUBTITLE: ...
|
||||
#+CREATED: December 03, 2019
|
||||
#+SINCE: 21.12.0 (#2129)
|
||||
#+title: :lang factor
|
||||
#+subtitle: ...
|
||||
#+created: December 03, 2019
|
||||
#+since: 21.12.0 (#2129)
|
||||
|
||||
* Description :unfold:
|
||||
This module adds support to the [[https://github.com/factor/factor][factor]] programming language and its associated
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::lang faust][Issues]] ↖ [[doom-repo:tree/develop/modules/lang/faust/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :lang faust
|
||||
#+SUBTITLE: DSP, but you can keep your soul
|
||||
#+CREATED: October 14, 2019
|
||||
#+SINCE: 21.12.0 (#1898)
|
||||
#+title: :lang faust
|
||||
#+subtitle: DSP, but you can keep your soul
|
||||
#+created: October 14, 2019
|
||||
#+since: 21.12.0 (#1898)
|
||||
|
||||
* Description :unfold:
|
||||
Add support to [[https://faust.grame.fr/][Faust language]] inside emacs.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::lang fsharp][Issues]] ↖ [[doom-repo:tree/develop/modules/lang/fsharp/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :lang fsharp
|
||||
#+SUBTITLE: ML stands for Microsoft's Language
|
||||
#+CREATED: May 23, 2019
|
||||
#+SINCE: 21.12.0 (#1327)
|
||||
#+title: :lang fsharp
|
||||
#+subtitle: ML stands for Microsoft's Language
|
||||
#+created: May 23, 2019
|
||||
#+since: 21.12.0 (#1327)
|
||||
|
||||
* Description :unfold:
|
||||
This module adds [[https://fsharp.org/][F#]] support to Doom Emacs.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::lang fstar][Issues]] ↖ [[doom-repo:tree/develop/modules/lang/fstar/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :lang fstar
|
||||
#+SUBTITLE: (Dependent) types and (monadic) effects and Z3
|
||||
#+CREATED: February 02, 2020
|
||||
#+SINCE: 21.12.0 (#2473)
|
||||
#+title: :lang fstar
|
||||
#+subtitle: (Dependent) types and (monadic) effects and Z3
|
||||
#+created: February 02, 2020
|
||||
#+since: 21.12.0 (#2473)
|
||||
|
||||
* Description :unfold:
|
||||
This module adds [[https://fstar-lang.org/][F*]] support, powered by [[https://github.com/FStarLang/fstar-mode.el][fstar-mode.el]].
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::lang gdscript][Issues]] ↖ [[doom-repo:tree/develop/modules/lang/gdscript/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :lang gdscript
|
||||
#+SUBTITLE: the language you waited for
|
||||
#+CREATED: June 01, 2020
|
||||
#+SINCE: 21.12.0 (#3239)
|
||||
#+title: :lang gdscript
|
||||
#+subtitle: the language you waited for
|
||||
#+created: June 01, 2020
|
||||
#+since: 21.12.0 (#3239)
|
||||
|
||||
* Description :unfold:
|
||||
This module adds support for GDScript, the scripting language of the [[http://godotengine.org/][Godot]] game
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::lang go][Issues]] ↖ [[doom-repo:tree/develop/modules/lang/go/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :lang go
|
||||
#+SUBTITLE: The hipster dialect
|
||||
#+CREATED: June 15, 2015
|
||||
#+SINCE: 0.7
|
||||
#+title: :lang go
|
||||
#+subtitle: The hipster dialect
|
||||
#+created: June 15, 2015
|
||||
#+since: 0.7
|
||||
|
||||
* Description :unfold:
|
||||
This module adds [[https://golang.org][Go]] support, with optional (but recommended) LSP support via
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::lang haskell][Issues]] ↖ [[doom-repo:tree/develop/modules/lang/haskell/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :lang haskell
|
||||
#+SUBTITLE: A language that's lazier than I am
|
||||
#+CREATED: March 29, 2016
|
||||
#+SINCE: 0.9
|
||||
#+title: :lang haskell
|
||||
#+subtitle: A language that's lazier than I am
|
||||
#+created: March 29, 2016
|
||||
#+since: 0.9
|
||||
|
||||
* Description :unfold:
|
||||
This module adds Haskell support to Doom Emacs.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::lang hy][Issues]] ↖ [[doom-repo:tree/develop/modules/lang/hy/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :lang hy
|
||||
#+SUBTITLE: Lisp is better than ugly
|
||||
#+CREATED: June 25, 2017
|
||||
#+SINCE: 2.0.4 (#122)
|
||||
#+title: :lang hy
|
||||
#+subtitle: Lisp is better than ugly
|
||||
#+created: June 25, 2017
|
||||
#+since: 2.0.4 (#122)
|
||||
|
||||
* Description :unfold:
|
||||
/(No description yet)/
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::lang idris][Issues]] ↖ [[doom-repo:tree/develop/modules/lang/idris/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :lang idris
|
||||
#+SUBTITLE: A language you can depend on
|
||||
#+CREATED: August 21, 2018
|
||||
#+SINCE: 21.12.0 (#822)
|
||||
#+title: :lang idris
|
||||
#+subtitle: A language you can depend on
|
||||
#+created: August 21, 2018
|
||||
#+since: 21.12.0 (#822)
|
||||
|
||||
* Description :unfold:
|
||||
This module adds rudimentary [[https://www.idris-lang.org/][Idris]] support to Doom Emacs.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::lang java][Issues]] ↖ [[doom-repo:tree/develop/modules/lang/java/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :lang java
|
||||
#+SUBTITLE: The poster child for carpal tunnel syndrome
|
||||
#+CREATED: January 16, 2017
|
||||
#+SINCE: 1.3
|
||||
#+title: :lang java
|
||||
#+subtitle: The poster child for carpal tunnel syndrome
|
||||
#+created: January 16, 2017
|
||||
#+since: 1.3
|
||||
|
||||
* Description :unfold:
|
||||
This module adds [[https://www.java.com][Java]] support to Doom Emacs, including ~android-mode~ and
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::lang javascript][Issues]] ↖ [[doom-repo:tree/develop/modules/lang/javascript/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :lang javascript
|
||||
#+SUBTITLE: all(hope(abandon(ye(who(enter(here))))))
|
||||
#+CREATED: January 16, 2017
|
||||
#+SINCE: 1.3
|
||||
#+title: :lang javascript
|
||||
#+subtitle: all(hope(abandon(ye(who(enter(here))))))
|
||||
#+created: January 16, 2017
|
||||
#+since: 1.3
|
||||
|
||||
* Description :unfold:
|
||||
This module adds [[https://www.javascript.com/][JavaScript]] and [[https://www.typescriptlang.org/][TypeScript]] support to Doom Emacs.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::lang json][Issues]] ↖ [[doom-repo:tree/develop/modules/lang/json/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :lang json
|
||||
#+SUBTITLE: At least it ain't XML
|
||||
#+CREATED: April 23, 2020
|
||||
#+SINCE: 21.12.0
|
||||
#+title: :lang json
|
||||
#+subtitle: At least it ain't XML
|
||||
#+created: April 23, 2020
|
||||
#+since: 21.12.0
|
||||
|
||||
* Description :unfold:
|
||||
This module adds [[https://www.json.org/json-en.html][JSON]] support to Doom Emacs.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::lang julia][Issues]] ↖ [[doom-repo:tree/develop/modules/lang/julia/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :lang julia
|
||||
#+SUBTITLE: A better, faster MATLAB
|
||||
#+CREATED: April 08, 2020
|
||||
#+SINCE: 1.3
|
||||
#+title: :lang julia
|
||||
#+subtitle: A better, faster MATLAB
|
||||
#+created: April 08, 2020
|
||||
#+since: 1.3
|
||||
|
||||
* Description :unfold:
|
||||
This module adds support for [[https://julialang.org/][the Julia language]] to Doom Emacs.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::lang kotlin][Issues]] ↖ [[doom-repo:tree/develop/modules/lang/kotlin/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :lang kotlin
|
||||
#+SUBTITLE: A Java(Script) that won't depress you
|
||||
#+CREATED: March 28, 2019
|
||||
#+SINCE: 21.12.0
|
||||
#+title: :lang kotlin
|
||||
#+subtitle: A Java(Script) that won't depress you
|
||||
#+created: March 28, 2019
|
||||
#+since: 21.12.0
|
||||
|
||||
* Description :unfold:
|
||||
This module adds [[https://kotlinlang.org/][Kotlin]] support to Doom Emacs.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::lang latex][Issues]] ↖ [[doom-repo:tree/develop/modules/lang/latex/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :lang latex
|
||||
#+SUBTITLE: Writing papers in Emacs has never been so fun
|
||||
#+CREATED: January 16, 2017
|
||||
#+SINCE: 1.3
|
||||
#+title: :lang latex
|
||||
#+subtitle: Writing papers in Emacs has never been so fun
|
||||
#+created: January 16, 2017
|
||||
#+since: 1.3
|
||||
|
||||
* Description :unfold:
|
||||
Provide a helping hand when working with LaTeX documents.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::lang lean][Issues]] ↖ [[doom-repo:tree/develop/modules/lang/lean/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :lang lean
|
||||
#+SUBTITLE: For folks with too much to prove
|
||||
#+CREATED: September 10, 2019
|
||||
#+SINCE: 21.12.0 (#1759)
|
||||
#+title: :lang lean
|
||||
#+subtitle: For folks with too much to prove
|
||||
#+created: September 10, 2019
|
||||
#+since: 21.12.0 (#1759)
|
||||
|
||||
* Description :unfold:
|
||||
This module adds support for the [[https://leanprover.github.io/about/][Lean programming language]] to Doom Emacs.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::lang ledger][Issues]] ↖ [[doom-repo:tree/develop/modules/lang/ledger/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :lang ledger
|
||||
#+SUBTITLE: Be audit you can be
|
||||
#+CREATED: September 09, 2017
|
||||
#+SINCE: 2.0.6 (#194)
|
||||
#+title: :lang ledger
|
||||
#+subtitle: Be audit you can be
|
||||
#+created: September 09, 2017
|
||||
#+since: 2.0.6 (#194)
|
||||
|
||||
* Description :unfold:
|
||||
This module adds support for [[https://www.ledger-cli.org/][ledger]] files. Ledger is a command line double-entry
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::lang lua][Issues]] ↖ [[doom-repo:tree/develop/modules/lang/lua/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :lang lua
|
||||
#+SUBTITLE: One-based indices? one-based indices
|
||||
#+CREATED: Jun 03, 2020
|
||||
#+SINCE: 21.12.0
|
||||
#+title: :lang lua
|
||||
#+subtitle: One-based indices? one-based indices
|
||||
#+created: Jun 03, 2020
|
||||
#+since: 21.12.0
|
||||
|
||||
* Description :unfold:
|
||||
This module adds Lua support to Doom Emacs.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::lang markdown][Issues]] ↖ [[doom-repo:tree/develop/modules/lang/markdown/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :lang markdown
|
||||
#+SUBTITLE: Write docs for people to ignore
|
||||
#+CREATED: February 19, 2017
|
||||
#+SINCE: 2.0.0
|
||||
#+title: :lang markdown
|
||||
#+subtitle: Write docs for people to ignore
|
||||
#+created: February 19, 2017
|
||||
#+since: 2.0.0
|
||||
|
||||
* Description :unfold:
|
||||
This module provides Markdown support for Emacs.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::lang nim][Issues]] ↖ [[doom-repo:tree/develop/modules/lang/nim/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :lang nim
|
||||
#+SUBTITLE: Python + lisp at the speed of C
|
||||
#+CREATED: May 08, 2018
|
||||
#+SINCE: 21.12.0 (#568)
|
||||
#+title: :lang nim
|
||||
#+subtitle: Python + lisp at the speed of C
|
||||
#+created: May 08, 2018
|
||||
#+since: 21.12.0 (#568)
|
||||
|
||||
* Description :unfold:
|
||||
This module adds [[https://nim-lang.org][Nim]] support to Doom Emacs.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::lang nix][Issues]] ↖ [[doom-repo:tree/develop/modules/lang/nix/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :lang nix
|
||||
#+SUBTITLE: I hereby declare "nix geht mehr!"
|
||||
#+CREATED: December 02, 2017
|
||||
#+SINCE: 2.0.8 (#280)
|
||||
#+title: :lang nix
|
||||
#+subtitle: I hereby declare "nix geht mehr!"
|
||||
#+created: December 02, 2017
|
||||
#+since: 2.0.8 (#280)
|
||||
|
||||
* Description :unfold:
|
||||
This module adds support for the Nix language to Doom Emacs, along with tools
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::lang ocaml][Issues]] ↖ [[doom-repo:tree/develop/modules/lang/ocaml/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :lang ocaml
|
||||
#+SUBTITLE: An objective camel
|
||||
#+CREATED: June 27, 2017
|
||||
#+SINCE: 2.0.4 (#128)
|
||||
#+title: :lang ocaml
|
||||
#+subtitle: An objective camel
|
||||
#+created: June 27, 2017
|
||||
#+since: 2.0.4 (#128)
|
||||
|
||||
* Description :unfold:
|
||||
This module adds [[https://ocaml.org/][OCaml]] support to Doom Emacs, powered by [[doom-package:][tuareg-mode]].
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::lang org][Issues]] ↖ [[doom-repo:tree/develop/modules/lang/org/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :lang org
|
||||
#+SUBTITLE: Organize your plain life in plain text
|
||||
#+CREATED: February 20, 2017
|
||||
#+SINCE: 2.0.0
|
||||
#+title: :lang org
|
||||
#+subtitle: Organize your plain life in plain text
|
||||
#+created: February 20, 2017
|
||||
#+since: 2.0.0
|
||||
|
||||
* Description :unfold:
|
||||
This module adds org-mode support to Doom Emacs, along with a number of
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::lang php][Issues]] ↖ [[doom-repo:tree/develop/modules/lang/php/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :lang php
|
||||
#+SUBTITLE: Perl's insecure younger brother
|
||||
#+CREATED: January 16, 2017
|
||||
#+SINCE: 1.3
|
||||
#+title: :lang php
|
||||
#+subtitle: Perl's insecure younger brother
|
||||
#+created: January 16, 2017
|
||||
#+since: 1.3
|
||||
|
||||
* Description :unfold:
|
||||
This module adds support for PHP 5.3+ (including PHP7) to Doom Emacs.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::lang plantuml][Issues]] ↖ [[doom-repo:tree/develop/modules/lang/plantuml/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :lang plantuml
|
||||
#+SUBTITLE: Diagrams to confuse people more
|
||||
#+CREATED: July 08, 2017
|
||||
#+SINCE: 2.0.4
|
||||
#+title: :lang plantuml
|
||||
#+subtitle: Diagrams to confuse people more
|
||||
#+created: July 08, 2017
|
||||
#+since: 2.0.4
|
||||
|
||||
* Description :unfold:
|
||||
This module adds plantuml support to Emacs; allowing you to generate diagrams
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::lang purescript][Issues]] ↖ [[doom-repo:tree/develop/modules/lang/purescript/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :lang purescript
|
||||
#+SUBTITLE: Javascript, but functional
|
||||
#+CREATED: May 21, 2017
|
||||
#+SINCE: 2.0.3 (#75)
|
||||
#+title: :lang purescript
|
||||
#+subtitle: Javascript, but functional
|
||||
#+created: May 21, 2017
|
||||
#+since: 2.0.3 (#75)
|
||||
|
||||
* Description :unfold:
|
||||
This module adds [[https://www.purescript.org/][Purescript]] support to Doom Emacs.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::lang python][Issues]] ↖ [[doom-repo:tree/develop/modules/lang/python/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :lang python
|
||||
#+SUBTITLE: Beautiful is better than ugly
|
||||
#+CREATED: June 15, 2015
|
||||
#+SINCE: 0.7
|
||||
#+title: :lang python
|
||||
#+subtitle: Beautiful is better than ugly
|
||||
#+created: June 15, 2015
|
||||
#+since: 0.7
|
||||
|
||||
* Description :unfold:
|
||||
This module adds [[https://www.python.org/][Python]] support to Doom Emacs.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::lang qt][Issues]] ↖ [[doom-repo:tree/develop/modules/lang/qt/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :lang qt
|
||||
#+SUBTITLE: The cutest GUI framework ever
|
||||
#+CREATED: June 02, 2018
|
||||
#+SINCE: 21.12.0
|
||||
#+title: :lang qt
|
||||
#+subtitle: The cutest GUI framework ever
|
||||
#+created: June 02, 2018
|
||||
#+since: 21.12.0
|
||||
|
||||
* Description :unfold:
|
||||
This module provides language functionality for [[https://qt.io][Qt]] specific files.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::lang racket][Issues]] ↖ [[doom-repo:tree/develop/modules/lang/racket/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :lang racket
|
||||
#+SUBTITLE: The DSL for DSLs
|
||||
#+CREATED: July 29, 2018
|
||||
#+SINCE: 2.0.9 (#772)
|
||||
#+title: :lang racket
|
||||
#+subtitle: The DSL for DSLs
|
||||
#+created: July 29, 2018
|
||||
#+since: 2.0.9 (#772)
|
||||
|
||||
* Description :unfold:
|
||||
This module adds support for the [[https://www.racket-lang.org/][Racket programming language]] to Doom Emacs.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::lang raku][Issues]] ↖ [[doom-repo:tree/develop/modules/lang/raku/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :lang raku
|
||||
#+SUBTITLE: The artist formerly known as perl6
|
||||
#+CREATED: June 05, 2020
|
||||
#+SINCE: 21.12.0 (#3308)
|
||||
#+title: :lang raku
|
||||
#+subtitle: The artist formerly known as perl6
|
||||
#+created: June 05, 2020
|
||||
#+since: 21.12.0 (#3308)
|
||||
|
||||
* Description :unfold:
|
||||
This module adds support for the [[https://www.raku.org/][Raku programming language]] to Doom Emacs.
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue