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,2 @@
((nil (git-commit-major-mode . git-commit-elisp-text-mode) ((nil (git-commit-major-mode . git-commit-elisp-text-mode)
(fill-column . 80)) (fill-column . 80)))
(org-mode (mode . doom-docs-org)))

View file

@ -40,7 +40,10 @@
(let ((beg (point-min)) (let ((beg (point-min))
end) end)
(org-with-wide-buffer (org-with-wide-buffer
(goto-char (point-min)) (goto-char beg)
(when (looking-at-p "^# -\\*- ")
(goto-char (line-beginning-position 2))
(setq beg (point)))
(when (looking-at-p org-drawer-regexp) (when (looking-at-p org-drawer-regexp)
(re-search-forward org-drawer-regexp nil t 2) (re-search-forward org-drawer-regexp nil t 2)
(goto-char (setq beg (1+ (line-end-position))))) (goto-char (setq beg (1+ (line-end-position)))))

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :app #+title: :app
#+created: February 19, 2017 #+created: February 19, 2017
#+since: 21.12.0 #+since: 21.12.0

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :app calendar #+title: :app calendar
#+subtitle: Watch your missed deadlines in real time #+subtitle: Watch your missed deadlines in real time
#+created: January 13, 2018 #+created: January 13, 2018

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :app emms #+title: :app emms
#+subtitle: A media player for music no one's heard of #+subtitle: A media player for music no one's heard of
#+created: March 06, 2021 #+created: March 06, 2021

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :app everywhere #+title: :app everywhere
#+subtitle: *leave* Emacs!? You must be joking #+subtitle: *leave* Emacs!? You must be joking
#+created: February 07, 2021 #+created: February 07, 2021

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :app irc #+title: :app irc
#+subtitle: How neckbeards socialize #+subtitle: How neckbeards socialize
#+created: June 11, 2017 #+created: June 11, 2017

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :app rss #+title: :app rss
#+subtitle: An RSS reader that Google can't shut down #+subtitle: An RSS reader that Google can't shut down
#+created: May 12, 2020 #+created: May 12, 2020

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :app twitter #+title: :app twitter
#+subtitle: Be superficial in plain text #+subtitle: Be superficial in plain text
#+created: October 11, 2019 #+created: October 11, 2019

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :checkers #+title: :checkers
#+created: August 01, 2021 #+created: August 01, 2021
#+since: 21.12.0 #+since: 21.12.0

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :checkers grammar #+title: :checkers grammar
#+subtitle: Tasing grammar mistake every you make #+subtitle: Tasing grammar mistake every you make
#+created: January 09, 2020 #+created: January 09, 2020

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :checkers spell #+title: :checkers spell
#+subtitle: Tasing you for misspelling mispelling #+subtitle: Tasing you for misspelling mispelling
#+created: February 20, 2017 #+created: February 20, 2017

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :checkers syntax #+title: :checkers syntax
#+subtitle: Tasing you for every semicolon you forget #+subtitle: Tasing you for every semicolon you forget
#+created: February 20, 2017 #+created: February 20, 2017

View file

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

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :completion company #+title: :completion company
#+subtitle: The ultimate code completion backend #+subtitle: The ultimate code completion backend
#+created: February 19, 2017 #+created: February 19, 2017

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :completion helm #+title: :completion helm
#+subtitle: A tank for hunting a house fly #+subtitle: A tank for hunting a house fly
#+created: February 20, 2017 #+created: February 20, 2017

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :completion ido #+title: :completion ido
#+subtitle: A foil for other search engines #+subtitle: A foil for other search engines
#+created: February 20, 2017 #+created: February 20, 2017

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :completion ivy #+title: :completion ivy
#+subtitle: Yesterday's lightest search engine #+subtitle: Yesterday's lightest search engine
#+created: February 20, 2017 #+created: February 20, 2017

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :completion vertico #+title: :completion vertico
#+subtitle: Tomorrow's search engine #+subtitle: Tomorrow's search engine
#+created: July 25, 2021 #+created: July 25, 2021

View file

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

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :config default #+title: :config default
#+subtitle: Reasonable defaults for reasonable people #+subtitle: Reasonable defaults for reasonable people
#+created: February 14, 2018 #+created: February 14, 2018

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :config literate #+title: :config literate
#+subtitle: Disguise your config as poor documentation #+subtitle: Disguise your config as poor documentation
#+created: May 28, 2020 #+created: May 28, 2020

View file

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

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :editor evil #+title: :editor evil
#+subtitle: The text editor Emacs was missing #+subtitle: The text editor Emacs was missing
#+created: April 08, 2020 #+created: April 08, 2020

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :editor file-templates #+title: :editor file-templates
#+subtitle: Fill the void in your empty files #+subtitle: Fill the void in your empty files
#+created: February 11, 2017 #+created: February 11, 2017

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :editor fold #+title: :editor fold
#+subtitle: What you can't see won't hurt you #+subtitle: What you can't see won't hurt you
#+created: May 15, 2019 #+created: May 15, 2019

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :editor format #+title: :editor format
#+subtitle: Standardize your ugly code #+subtitle: Standardize your ugly code
#+created: July 26, 2020 #+created: July 26, 2020

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :editor god #+title: :editor god
#+subtitle: IDDQD #+subtitle: IDDQD
#+created: October 13, 2021 #+created: October 13, 2021

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :editor lispy #+title: :editor lispy
#+subtitle: Vim for lisp, for people who don't like vim #+subtitle: Vim for lisp, for people who don't like vim
#+created: October 27, 2018 #+created: October 27, 2018

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :editor multiple-cursors #+title: :editor multiple-cursors
#+subtitle: Make all your mistakes at once #+subtitle: Make all your mistakes at once
#+created: October 13, 2021 #+created: October 13, 2021

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :editor objed #+title: :editor objed
#+subtitle: Text object editing for the innocent #+subtitle: Text object editing for the innocent
#+created: May 30, 2019 #+created: May 30, 2019

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :editor parinfer #+title: :editor parinfer
#+subtitle: For lispers that like Python more (i.e. nobody) #+subtitle: For lispers that like Python more (i.e. nobody)
#+created: February 27, 2021 #+created: February 27, 2021

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :editor rotate-text #+title: :editor rotate-text
#+subtitle: The only back'n'forth nerds will ever know #+subtitle: The only back'n'forth nerds will ever know
#+created: June 22, 2018 #+created: June 22, 2018

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :editor snippets #+title: :editor snippets
#+subtitle: My elves type so I don't have to #+subtitle: My elves type so I don't have to
#+created: February 11, 2017 #+created: February 11, 2017

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :editor word-wrap #+title: :editor word-wrap
#+subtitle: Soft-wrapping with language-aware indent #+subtitle: Soft-wrapping with language-aware indent
#+created: August 25, 2019 #+created: August 25, 2019

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :emacs #+title: :emacs
#+created: August 01, 2021 #+created: August 01, 2021
#+since: 21.12.0 #+since: 21.12.0

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :emacs dired #+title: :emacs dired
#+subtitle: Making dired pretty [functional] #+subtitle: Making dired pretty [functional]
#+created: February 20, 2017 #+created: February 20, 2017

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :emacs electric #+title: :emacs electric
#+subtitle: Shocking keyword-based electric-indent #+subtitle: Shocking keyword-based electric-indent
#+created: February 21, 2017 #+created: February 21, 2017

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :emacs ibuffer #+title: :emacs ibuffer
#+subtitle: Edit me like one of your French buffers #+subtitle: Edit me like one of your French buffers
#+created: October 20, 2019 #+created: October 20, 2019

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :emacs undo #+title: :emacs undo
#+subtitle: Persistent, smarter undo for your inevitable mistakes #+subtitle: Persistent, smarter undo for your inevitable mistakes
#+created: April 14, 2020 #+created: April 14, 2020

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :emacs vc #+title: :emacs vc
#+subtitle: Be the difference you want to see in the fringe #+subtitle: Be the difference you want to see in the fringe
#+created: February 20, 2017 #+created: February 20, 2017

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :email #+title: :email
#+created: October 14, 2021 #+created: October 14, 2021
#+since: 21.12.0 #+since: 21.12.0

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :email mu4e #+title: :email mu4e
#+subtitle: The great filter Hanson hadn't anticipated #+subtitle: The great filter Hanson hadn't anticipated
#+created: April 08, 2017 #+created: April 08, 2017

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :email notmuch #+title: :email notmuch
#+subtitle: Closest Emacs will ever be to multi-threaded #+subtitle: Closest Emacs will ever be to multi-threaded
#+created: July 31, 2018 #+created: July 31, 2018

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :email wanderlust #+title: :email wanderlust
#+subtitle: To boldly go where no mail has gone before #+subtitle: To boldly go where no mail has gone before
#+created: May 05, 2019 #+created: May 05, 2019

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :input #+title: :input
#+created: May 13, 2019 #+created: May 13, 2019
#+since: 2.0.9 #+since: 2.0.9

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :input chinese #+title: :input chinese
#+subtitle: Spend your 3 hours a week in Emacs #+subtitle: Spend your 3 hours a week in Emacs
#+created: May 13, 2019 #+created: May 13, 2019

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :input japanese #+title: :input japanese
#+subtitle: Ah, a man of culture #+subtitle: Ah, a man of culture
#+created: May 13, 2019 #+created: May 13, 2019

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :input layout #+title: :input layout
#+subtitle: auie,ctsrnm is the superior home row #+subtitle: auie,ctsrnm is the superior home row
#+created: Jun 29, 2020 #+created: Jun 29, 2020

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang #+title: :lang
#+created: August 03, 2021 #+created: August 03, 2021
#+since: 21.12.0 #+since: 21.12.0

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang agda #+title: :lang agda
#+subtitle: Types of types of types of types... #+subtitle: Types of types of types of types...
#+created: August 21, 2018 #+created: August 21, 2018

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang beancount #+title: :lang beancount
#+subtitle: Mind the GAAP #+subtitle: Mind the GAAP
#+created: April 13, 2021 #+created: April 13, 2021

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang cc #+title: :lang cc
#+subtitle: C > C++ == 1 #+subtitle: C > C++ == 1
#+created: February 20, 2017 #+created: February 20, 2017

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang clojure #+title: :lang clojure
#+subtitle: Java with a lisp #+subtitle: Java with a lisp
#+created: May 30, 2017 #+created: May 30, 2017

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang common-lisp #+title: :lang common-lisp
#+subtitle: If you've seen one lisp, you've seen them all #+subtitle: If you've seen one lisp, you've seen them all
#+created: June 13, 2018 #+created: June 13, 2018

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang coq #+title: :lang coq
#+subtitle: Proofs as programs #+subtitle: Proofs as programs
#+created: August 14, 2018 #+created: August 14, 2018

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang crystal #+title: :lang crystal
#+subtitle: Ruby at the speed of C #+subtitle: Ruby at the speed of C
#+created: January 16, 2017 #+created: January 16, 2017

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang csharp #+title: :lang csharp
#+subtitle: Unity, .NET, and Mono shenanigans #+subtitle: Unity, .NET, and Mono shenanigans
#+created: February 20, 2017 #+created: February 20, 2017

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang dart #+title: :lang dart
#+subtitle: Paint ui and not much else #+subtitle: Paint ui and not much else
#+created: February 15, 2020 #+created: February 15, 2020

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang data #+title: :lang data
#+subtitle: A dumping ground for data formats #+subtitle: A dumping ground for data formats
#+created: February 20, 2017 #+created: February 20, 2017

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang dhall #+title: :lang dhall
#+subtitle: Config as code #+subtitle: Config as code
#+created: August 03, 2021 #+created: August 03, 2021

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang elixir #+title: :lang elixir
#+subtitle: Erlang done right #+subtitle: Erlang done right
#+created: May 24, 2017 #+created: May 24, 2017

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang elm #+title: :lang elm
#+subtitle: Care for a cup of TEA? #+subtitle: Care for a cup of TEA?
#+created: May 21, 2017 #+created: May 21, 2017

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang emacs-lisp #+title: :lang emacs-lisp
#+subtitle: A parsel-tongue for the oldest serpent #+subtitle: A parsel-tongue for the oldest serpent
#+created: January 16, 2017 #+created: January 16, 2017

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang erlang #+title: :lang erlang
#+subtitle: an elegant language for a more civilized age #+subtitle: an elegant language for a more civilized age
#+created: April 07, 2018 #+created: April 07, 2018

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang ess #+title: :lang ess
#+subtitle: 73.6% of all statistics are made up #+subtitle: 73.6% of all statistics are made up
#+created: February 05, 2018 #+created: February 05, 2018

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang factor #+title: :lang factor
#+subtitle: ... #+subtitle: ...
#+created: December 03, 2019 #+created: December 03, 2019

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang faust #+title: :lang faust
#+subtitle: DSP, but you can keep your soul #+subtitle: DSP, but you can keep your soul
#+created: October 14, 2019 #+created: October 14, 2019

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang fsharp #+title: :lang fsharp
#+subtitle: ML stands for Microsoft's Language #+subtitle: ML stands for Microsoft's Language
#+created: May 23, 2019 #+created: May 23, 2019

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang fstar #+title: :lang fstar
#+subtitle: (Dependent) types and (monadic) effects and Z3 #+subtitle: (Dependent) types and (monadic) effects and Z3
#+created: February 02, 2020 #+created: February 02, 2020

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang gdscript #+title: :lang gdscript
#+subtitle: the language you waited for #+subtitle: the language you waited for
#+created: June 01, 2020 #+created: June 01, 2020

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang go #+title: :lang go
#+subtitle: The hipster dialect #+subtitle: The hipster dialect
#+created: June 15, 2015 #+created: June 15, 2015

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang haskell #+title: :lang haskell
#+subtitle: A language that's lazier than I am #+subtitle: A language that's lazier than I am
#+created: March 29, 2016 #+created: March 29, 2016

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang hy #+title: :lang hy
#+subtitle: Lisp is better than ugly #+subtitle: Lisp is better than ugly
#+created: June 25, 2017 #+created: June 25, 2017

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang idris #+title: :lang idris
#+subtitle: A language you can depend on #+subtitle: A language you can depend on
#+created: August 21, 2018 #+created: August 21, 2018

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang java #+title: :lang java
#+subtitle: The poster child for carpal tunnel syndrome #+subtitle: The poster child for carpal tunnel syndrome
#+created: January 16, 2017 #+created: January 16, 2017

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang javascript #+title: :lang javascript
#+subtitle: all(hope(abandon(ye(who(enter(here)))))) #+subtitle: all(hope(abandon(ye(who(enter(here))))))
#+created: January 16, 2017 #+created: January 16, 2017

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang json #+title: :lang json
#+subtitle: At least it ain't XML #+subtitle: At least it ain't XML
#+created: April 23, 2020 #+created: April 23, 2020

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang julia #+title: :lang julia
#+subtitle: A better, faster MATLAB #+subtitle: A better, faster MATLAB
#+created: April 08, 2020 #+created: April 08, 2020

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang kotlin #+title: :lang kotlin
#+subtitle: A Java(Script) that won't depress you #+subtitle: A Java(Script) that won't depress you
#+created: March 28, 2019 #+created: March 28, 2019

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang latex #+title: :lang latex
#+subtitle: Writing papers in Emacs has never been so fun #+subtitle: Writing papers in Emacs has never been so fun
#+created: January 16, 2017 #+created: January 16, 2017

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang lean #+title: :lang lean
#+subtitle: For folks with too much to prove #+subtitle: For folks with too much to prove
#+created: September 10, 2019 #+created: September 10, 2019

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang ledger #+title: :lang ledger
#+subtitle: Be audit you can be #+subtitle: Be audit you can be
#+created: September 09, 2017 #+created: September 09, 2017

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang lua #+title: :lang lua
#+subtitle: One-based indices? one-based indices #+subtitle: One-based indices? one-based indices
#+created: Jun 03, 2020 #+created: Jun 03, 2020

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang markdown #+title: :lang markdown
#+subtitle: Write docs for people to ignore #+subtitle: Write docs for people to ignore
#+created: February 19, 2017 #+created: February 19, 2017

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang nim #+title: :lang nim
#+subtitle: Python + lisp at the speed of C #+subtitle: Python + lisp at the speed of C
#+created: May 08, 2018 #+created: May 08, 2018

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang nix #+title: :lang nix
#+subtitle: I hereby declare "nix geht mehr!" #+subtitle: I hereby declare "nix geht mehr!"
#+created: December 02, 2017 #+created: December 02, 2017

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang ocaml #+title: :lang ocaml
#+subtitle: An objective camel #+subtitle: An objective camel
#+created: June 27, 2017 #+created: June 27, 2017

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang org #+title: :lang org
#+subtitle: Organize your plain life in plain text #+subtitle: Organize your plain life in plain text
#+created: February 20, 2017 #+created: February 20, 2017

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang php #+title: :lang php
#+subtitle: Perl's insecure younger brother #+subtitle: Perl's insecure younger brother
#+created: January 16, 2017 #+created: January 16, 2017

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang plantuml #+title: :lang plantuml
#+subtitle: Diagrams to confuse people more #+subtitle: Diagrams to confuse people more
#+created: July 08, 2017 #+created: July 08, 2017

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang purescript #+title: :lang purescript
#+subtitle: Javascript, but functional #+subtitle: Javascript, but functional
#+created: May 21, 2017 #+created: May 21, 2017

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang python #+title: :lang python
#+subtitle: Beautiful is better than ugly #+subtitle: Beautiful is better than ugly
#+created: June 15, 2015 #+created: June 15, 2015

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang qt #+title: :lang qt
#+subtitle: The cutest GUI framework ever #+subtitle: The cutest GUI framework ever
#+created: June 02, 2018 #+created: June 02, 2018

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang racket #+title: :lang racket
#+subtitle: The DSL for DSLs #+subtitle: The DSL for DSLs
#+created: July 29, 2018 #+created: July 29, 2018

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang raku #+title: :lang raku
#+subtitle: The artist formerly known as perl6 #+subtitle: The artist formerly known as perl6
#+created: June 05, 2020 #+created: June 05, 2020

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang rest #+title: :lang rest
#+subtitle: Emacs as a REST client #+subtitle: Emacs as a REST client
#+created: February 20, 2017 #+created: February 20, 2017

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang rst #+title: :lang rst
#+subtitle: ReST in peace #+subtitle: ReST in peace
#+created: October 15, 2021 #+created: October 15, 2021

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang ruby #+title: :lang ruby
#+subtitle: 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"} #+subtitle: 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"}
#+created: January 16, 2007 #+created: January 16, 2007

View file

@ -1,3 +1,4 @@
# -*- mode: doom-docs-org -*-
#+title: :lang rust #+title: :lang rust
#+subtitle: Fe2O3.unwrap().unwrap().unwrap().unwrap() #+subtitle: Fe2O3.unwrap().unwrap().unwrap().unwrap()
#+created: September 30, 2015 #+created: September 30, 2015

Some files were not shown because too many files have changed in this diff Show more