fix(docs): set mode in file-local vars
Due to emacs-straight/org-mode@e22b4eb, a replacement major mode (for org-mode) can no longer be specified from .dir-locals.el, as it spirals into infinite recursion. Therefore, a mode: line is needed in all Doom docs. Ref: emacs-straight/org-mode@e22b4eb7aa
This commit is contained in:
parent
893434a5db
commit
7e400abdc0
163 changed files with 166 additions and 3 deletions
|
@ -1,3 +1,4 @@
|
|||
# -*- mode: doom-docs-org -*-
|
||||
#+title: :editor
|
||||
#+created: July 30, 2021
|
||||
#+since: 21.12.0
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# -*- mode: doom-docs-org -*-
|
||||
#+title: :editor evil
|
||||
#+subtitle: The text editor Emacs was missing
|
||||
#+created: April 08, 2020
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# -*- mode: doom-docs-org -*-
|
||||
#+title: :editor file-templates
|
||||
#+subtitle: Fill the void in your empty files
|
||||
#+created: February 11, 2017
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# -*- mode: doom-docs-org -*-
|
||||
#+title: :editor fold
|
||||
#+subtitle: What you can't see won't hurt you
|
||||
#+created: May 15, 2019
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# -*- mode: doom-docs-org -*-
|
||||
#+title: :editor format
|
||||
#+subtitle: Standardize your ugly code
|
||||
#+created: July 26, 2020
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# -*- mode: doom-docs-org -*-
|
||||
#+title: :editor god
|
||||
#+subtitle: IDDQD
|
||||
#+created: October 13, 2021
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# -*- mode: doom-docs-org -*-
|
||||
#+title: :editor lispy
|
||||
#+subtitle: Vim for lisp, for people who don't like vim
|
||||
#+created: October 27, 2018
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# -*- mode: doom-docs-org -*-
|
||||
#+title: :editor multiple-cursors
|
||||
#+subtitle: Make all your mistakes at once
|
||||
#+created: October 13, 2021
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# -*- mode: doom-docs-org -*-
|
||||
#+title: :editor objed
|
||||
#+subtitle: Text object editing for the innocent
|
||||
#+created: May 30, 2019
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# -*- mode: doom-docs-org -*-
|
||||
#+title: :editor parinfer
|
||||
#+subtitle: For lispers that like Python more (i.e. nobody)
|
||||
#+created: February 27, 2021
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# -*- mode: doom-docs-org -*-
|
||||
#+title: :editor rotate-text
|
||||
#+subtitle: The only back'n'forth nerds will ever know
|
||||
#+created: June 22, 2018
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# -*- mode: doom-docs-org -*-
|
||||
#+title: :editor snippets
|
||||
#+subtitle: My elves type so I don't have to
|
||||
#+created: February 11, 2017
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# -*- mode: doom-docs-org -*-
|
||||
#+title: :editor word-wrap
|
||||
#+subtitle: Soft-wrapping with language-aware indent
|
||||
#+created: August 25, 2019
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue