Henrik Lissner
1db10722e5
dev: set codeowners
...
To all current and future @doomemacs teams. This change was made in
preparation for our move to @doomemacs.
2021-11-25 01:24:54 +01:00
Henrik Lissner
725c5c53a6
tweak: wrap lines in helpful buffers
2021-11-25 01:22:58 +01:00
Henrik Lissner
68ed4e6298
tweak: suppress 'Loading X...' messages at startup
...
From site-files, particularly. This *might* fix the white flash while
Emacs is starting up in some scenarios.
2021-11-25 01:22:58 +01:00
Henrik Lissner
798df6bc9e
feat(org): follow citations on +org/dwim-at-point
...
As discussed in #5290 , pressing RET on citations (or citation
references) will now follow them.
Ref: #5290
2021-11-25 01:22:58 +01:00
Henrik Lissner
3d28ecf07a
feat(spell): don't spellcheck in org citations
2021-11-25 01:22:57 +01:00
Henrik Lissner
db94569143
refactor(notmuch): remove redundant config
...
Ref: hlissner/doom-emacs@d522cc347d
2021-11-25 01:04:23 +01:00
Filipe Silva
f18a8ad109
fix(clojure): clojurec-mode -> clojurec-mode-map
...
See https://github.com/hlissner/doom-emacs/issues/5762#issuecomment-978337753
2021-11-25 00:00:33 +01:00
Henrik Lissner
df64f5f94b
fix(clojure): localleader labels in clojurec-mode
...
Fix : #5762
2021-11-24 22:12:10 +01:00
Henrik Lissner
2f39d3fced
fix(cli): "Unknown terminal type" error on bin/org-capture
...
Fix : #5438
2021-11-24 22:03:21 +01:00
Henrik Lissner
9dad26961a
fix: envvar file loader processing TZ incorrectly
...
setenv treats the TZ (and only TZ) envvar especially, so we have to too,
since I'm intentionally avoiding iteratively setenv'ing envvars to avoid
the unnecessary extra work it does.
Fix : #5760
2021-11-24 21:18:39 +01:00
Jorge Javier Araya Navarro
cd93df6ae8
fix(default): use persp-keymap-prefix's setter
2021-11-24 13:11:17 +01:00
Leonard Lausen
d522cc347d
fix(notmuch): ol-notmuch missing
...
ol-notmuch.el was moved out of org-contrib into its own repo.
Ref: e14dfea5/item/lisp/ol-notmuch.el (L8)
2021-11-24 13:10:40 +01:00
Edgar Vincent
57b456847c
docs(biblio): improve grammar
2021-11-24 13:09:47 +01:00
Dominik Schrempf
a16571db04
nit(latex): table d'hôte
...
This is a huge set of pedantic changes, none them affecting actual code.
Mostly, I tried to:
- use consistent names; e.g, use LaTeX wherever possible, not latex;
- fix broken symbol links;
- use capitalized comments with full stops.
2021-11-24 13:08:34 +01:00
Itai Y. Efrat
f6ee39abe3
docs(vertico): fix #+CREATED and #+SINCE keywords
...
They were generated using a subsequent Vertico PR, not the one that
added the module.
2021-11-24 13:07:22 +01:00
Henrik Lissner
3431cec2b2
refactor(biblio): move org-cite-*-processor config
...
So they're grouped with citar's config.
Ref: hlissner/doom-emacs@45ee0ecf21
2021-11-23 13:14:38 +01:00
Henrik Lissner
273d561762
fix(zig): rely on :editor format alone
...
Otherwise, two formatters are run if :editor format is enabled.
Fix : #5817
2021-11-23 13:06:34 +01:00
Clément Guidi
3e5f9a1ba1
fix: remap xref-go-* to better-jumper
...
Emacs 29.x introduces xref-go-{back,forward}. xref-pop-marker-stack is
now obsolete.
Fix : #5813
Signed-off-by: Clément Guidi <clementguidi@gmail.com>
2021-11-23 02:31:00 +01:00
Henrik Lissner
9634500a3b
fix(cli): update recipe repos (MELPA/ELPA/etc) earlier
...
If done before we collect our recipe lists, we (hopefully) dodge some
stale-recipe race conditions.
2021-11-22 16:49:43 +01:00
Henrik Lissner
fe2af3c344
fix(cli): don't regraft repo if no repo given
...
Otherwise you'll regraft $EMACSDIR, which could result in lost data for
contributors.
2021-11-22 16:49:17 +01:00
Henrik Lissner
cc3be7cb44
refactor: simplify native-comp detection
...
Reduce cases where native-comp procedures were executed in
non-native-comp contexts (somehow).
Also:
- Adds a NATIVECOMP constant for statically detecting the feature.
- Remove native-comp-* -> comp-* aliases (Emacs HEAD has long since
moved on from these).
- Add 'no-native-compile: t' to autoloads file.
2021-11-22 16:01:02 +01:00
Henrik Lissner
c8484838a7
fix(biblio): citar-file-note-org-include reference
...
citar-org-note-include does not exist. This may be changed upstream,
however.
Ref: #5810
2021-11-22 15:45:16 +01:00
Henrik Lissner
45ee0ecf21
refactor(biblio): reformat module
...
- Defer citar-org, since citar autoloads it.
- Add introducing PR to #+SINCE and use new calver scheme.
- Move <localleader> @ keybind to :lang org
Ref: #5810
2021-11-22 15:45:00 +01:00
Hyunggyu Jang
2489637bc1
fix(biblio): do not load org mode eagerly.
2021-11-22 14:02:08 +01:00
Henrik Lissner
180a7c261f
merge: pull request #5290 from bdarcus/biblio-org-cite
...
Add org-cite to :tools/biblio
2021-11-22 02:23:04 +01:00
Bruce D'Arcus
67f7209795
bump: :tools biblio
...
tmalsburg/helm-bibtex@b85662081d -> tmalsburg/helm-bibtex@bb47f355b0
bdarcus/citar@fd33f5c4f7 -> bdarcus/citar@41ec5d4d5d
2021-11-21 18:22:06 -05:00
Bruce D'Arcus
7056dfb26c
docs(biblio): add readme
2021-11-21 14:25:14 -05:00
Bruce D'Arcus
3047430739
feat(biblio): add org-cite, citeproc
2021-11-21 14:25:08 -05:00
Roch D'Amour
08071f92b7
docs(doom): fix doom-variable-pitch-font reference
...
Fixes doom-variable-font so it is consistent with the actual
variable used within doom, which is 'doom-variable-pitch-font'.
2021-11-21 20:04:28 +01:00
Henrik Lissner
2236c3bcda
docs(rust): rustic-format-{on-save,trigger}
...
Ref: #5800
Co-authored-by: brotzeit <brotzeitmacher@gmail.com>
2021-11-21 20:04:28 +01:00
Henrik Lissner
88844e9cec
docs: simplify internal docs links
...
Fewer links means less confusion.
- Merge doom-issue and doom-commit links into doom-ref (for auto-linking
Issue/PR/commit references).
- Merge doom-module-source and doom-docs-source links into doom-source.
- Rename doom-report-issue to doom-report.
- Use '!' as the icon for module issues link.
- Remove doom-repo (replaced with "doom:*" in :lang org module).
- Add doomdir and emacsdir links to :lang org module.
2021-11-21 20:04:28 +01:00
Henrik Lissner
1decc38237
docs: fix module readme CREATED & SINCE attrs
...
Some were missing PR references, others had incorrect values for SINCE
and CREATED attributes. Also corrects the capitalization in some
SUBTITLEs.
2021-11-21 20:04:28 +01:00
Henrik Lissner
ccb5fde99b
docs: delete old org files
...
These will be replaced soon (or in modules.org case, they already have,
in 2636fbc).
Ref: 2636fbc36f54
2021-11-21 20:04:28 +01:00
Henrik Lissner
3766523f1e
docs: move modules.org to modules/README.org
...
And regenerate the module list using 'doom make-index $EMACSIR/modules'.
2021-11-21 20:04:28 +01:00
Henrik Lissner
4b6e15d419
dev: add 'doom make' commands
...
Primarily for regenerating boilerplate in module documentation (such as
the top navigation and #+SETUPFILE lines), the module index, and, later,
changelog and init.el generators.
2021-11-21 20:04:28 +01:00
Henrik Lissner
7bc0033d0a
docs: add doom-docs-mode & doom-docs-org-mode
...
These two modes exist to provide a nicer reading experience while
viewing Doom's org documentation from within Emacs; they hide
meta-lines, comments, markup, and more.
They also enable our docs to use IDs for links and keep our ID db
separate from any user ID dbs.
2021-11-21 20:04:28 +01:00
Henrik Lissner
b5a2aa48fe
docs(:ui): update READMEs to new format
2021-11-21 20:04:28 +01:00
Henrik Lissner
6da20e45bd
docs(:tools): update READMEs to new format
2021-11-21 20:04:28 +01:00
Henrik Lissner
a226655486
docs(:term): update READMEs to new format
2021-11-21 20:04:28 +01:00
Henrik Lissner
f6335befb4
docs(:os): update READMEs to new format
2021-11-21 20:04:28 +01:00
Henrik Lissner
20cac97c08
docs(:lang): update READMEs to new format
2021-11-21 20:04:28 +01:00
Henrik Lissner
ca7579a1e9
docs(:input): update READMEs to new format
2021-11-21 20:04:28 +01:00
Henrik Lissner
2dcef764f1
docs(:email): update READMEs to new format
2021-11-21 20:04:28 +01:00
Henrik Lissner
73c1dd1338
docs(:emacs): update READMEs to new format
2021-11-21 20:04:28 +01:00
Henrik Lissner
9ada400805
docs(:editor): update READMEs to new format
2021-11-21 20:04:28 +01:00
Henrik Lissner
c27f005011
docs(:config): update READMEs to new format
2021-11-21 20:04:28 +01:00
Henrik Lissner
11793094ba
docs(:completion): update READMEs to new format
2021-11-21 20:04:28 +01:00
Henrik Lissner
b898fbe303
docs(:checkers): update READMEs to new format
2021-11-21 20:04:28 +01:00
Henrik Lissner
5b354ae4f3
docs(:app): update READMEs to new format
2021-11-21 20:04:28 +01:00
Henrik Lissner
0aad1399cc
refactor(file-templates): doom readme templates
...
Including readme template for categories.
2021-11-21 20:04:28 +01:00