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:
Henrik Lissner 2022-08-03 02:46:13 +02:00
parent 893434a5db
commit 7e400abdc0
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
163 changed files with 166 additions and 3 deletions

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :tools
#+created: July 29, 2021
#+since: 21.12.0

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :tools ansible
#+subtitle: Allow silly people to focus on silly things
#+created: September 11, 2018

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :tools debugger
#+subtitle: Step through code to help you add bugs
#+created: February 20, 2020

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :tools direnv
#+subtitle: Save (or destroy) the environment at your leisure
#+created: April 05, 2019

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :tools docker
#+subtitle: Yo dawg, I heard you like OSes, so I…
#+created: September 06, 2018

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :tools editorconfig
#+subtitle: Let someone else argue tabs and spaces
#+created: December 27, 2015

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :tools ein
#+subtitle: Tame Jupyter notebooks with emacs
#+created: April 11, 2018

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :tools eval
#+subtitle: Run code, run (also, repls)
#+created: February 20, 2017

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :tools gist
#+subtitle: A pastebin for Githubsters
#+created: May 07, 2017

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :tools lookup
#+subtitle: Navigate your labyrinthine code and docs
#+created: January 04, 2018

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :tools lsp
#+subtitle: M-x vscode
#+created: March 05, 2019

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :tools magit
#+subtitle: Wield git like a wizard
#+created: February 20, 2017

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :tools make
#+subtitle: The discount build system
#+created: September 25, 2017

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :tools pass
#+subtitle: A password manager for nerds
#+created: May 04, 2020

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :tools pdf
#+subtitle: Emacs, your next PDF reader
#+created: February 06, 2018

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :tools prodigy
#+subtitle: No sweatshop is complete without child processes
#+created: May 16, 2018

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :tools rgb
#+subtitle: Creating color strings
#+created: May 06, 2020

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :tools taskrunner
#+subtitle: Taskrunner for all your projects
#+created: November 09, 2019

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :tools terraform
#+subtitle: Infrastructure as code
#+created: November 21, 2019

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :tools tmux
#+subtitle: From one multiplexer to another
#+created: October 15, 2021

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :tools upload
#+subtitle: Map local directories to remotes via ssh/ftp
#+created: February 20, 2017