Henrik Lissner
8d6221bc1e
fix(evil): evil-collection-smerge-mode
...
Amend: 7bbc3bc48e
2021-12-13 20:08:18 +01:00
Henrik Lissner
7bbc3bc48e
bump: :editor
...
abo-abo/lispy@e9731aa955 -> abo-abo/lispy@bf31576802
emacs-evil/evil-collection@652d74acfb -> emacs-evil/evil-collection@1b9d5c5d93
emacs-evil/evil@07aba40dd3 -> emacs-evil/evil@b00018bf55
emacsorphanage/god-mode@1d7d647bb5 -> emacsorphanage/god-mode@d7e9330950
hlissner/doom-snippets@5c0eb5bd70 -> hlissner/doom-snippets@3083b2342f
2021-12-13 19:30:42 +01:00
Henrik Lissner
5cf424cf6b
bump: :ui
...
Alexander-Miller/treemacs@63e2bc207a -> Alexander-Miller/treemacs@1820db42c6
ema2159/centaur-tabs@8b4249c405 -> ema2159/centaur-tabs@5860a5c40c
emacs-lsp/lsp-treemacs@d82df44d63 -> emacs-lsp/lsp-treemacs@c40a381730
emacsorphanage/git-gutter-fringe@4f19866494 -> emacsorphanage/git-gutter-fringe@648cb5b57f
hlissner/emacs-doom-themes@e716ddbb88 -> hlissner/emacs-doom-themes@7d1a56623c
joostkremers/writeroom-mode@7f4ec92404 -> joostkremers/writeroom-mode@eac1da790f
rolandwalker/unicode-fonts@e3942fe40b -> rolandwalker/unicode-fonts@47f2397ade
seagle0128/doom-modeline@ffedb34800 -> seagle0128/doom-modeline@69ede7d719
- Emacs 29 introduces the mode-line-active face, which inherits from
variable-pitch, therefore the modeline uses your variable-pitch font,
instead of your default. As of
hlissner/emacs-doom-themes@7d1a56623c , this is no longer the
case (fixing #5891 ).
Fix : #5891
2021-12-13 19:28:32 +01:00
James Ravn
fd2788c268
bump: :lang nim
...
nim-lang/nim-mode@d832d6b1fb -> nim-lang/nim-mode@744e076f0b
Includes nim-suggest.el fix for nim-mode on Emacs 27+ (void function
error).
Ref: nim-lang/nim-mode@744e076f0b
2021-12-13 18:48:25 +01:00
Itai Y. Efrat
39ed5eb9ec
bump: :completion vertico
...
minad/consult-flycheck@92b259e6a8 -> minad/consult-flycheck@0ad7e8ff15
minad/consult@57dc1adfdc -> minad/consult@85008702de
minad/marginalia@678b6528f3 -> minad/marginalia@2fb2787bc3
minad/vertico@75f33e3620 -> minad/vertico@eedcb84786
oantolin/embark@5b34b2b603 -> oantolin/embark@725794f013
oantolin/orderless@62f71c34ba -> oantolin/orderless@1ccf74ffdb
Remove +vertico-embark-vertico-indicator as it has been implemented upstream
2021-12-13 01:18:11 +01:00
Bruce D'Arcus
36d7721c49
bump: :tools biblio
...
andras-simonyi/citeproc-el@c8ff958628 -> andras-simonyi/citeproc-el@2e7df666bf
bdarcus/citar@41ec5d4d5d -> bdarcus/citar@7740300831
tmalsburg/helm-bibtex@bb47f355b0 -> tmalsburg/helm-bibtex@aa775340ba
2021-12-12 23:16:45 +01:00
wonjun
c8b15fef73
feat(python): add miniforge support to conda.el
...
Look for "~/miniforge3" and "~/.miniforge3" as possible locations for
`conda-anaconda-home`.
2021-12-12 23:13:41 +01:00
VitalyR
8eb6ab03c4
bump: org-roam
...
org-roam/org-roam@a2e46db808 -> org-roam/org-roam@abe63b4360
Recent Emacs master removed the `###autoload` cookie above
`ucs-normalize-NFD-string`, which broke org-roam's ability to create
nodes -- this was fixed upstream.
Also, org-roam has introduced the way to customize how contents are
retrieved. This should fix #5766 .
Fix : #5766
Ref: org-roam/org-roam#1981
Ref: org-roam/org-roam#1990
2021-12-12 23:11:31 +01:00
Ellis Kenyő
bca75fc5c5
feat(fsharp): use dotnet for inferior-fsharp-program
...
Applies from .NET Core 2 onwards.
2021-12-12 23:09:16 +01:00
Henrik Lissner
cc73c2f75e
bump: :lang org
...
awth13/org-appear@a1aa8496f2 -> awth13/org-appear@a4d10fc346
emacs-straight/org-mode@27edae8ced -> emacs-straight/org-mode@0c9b30e961
emacsmirror/org-contrib@0231706232 -> emacsmirror/org-contrib@e318392177
emacsorphanage/ox-pandoc@e76324ecf1 -> emacsorphanage/ox-pandoc@eda1f21fd5
hakimel/reveal.js@c79f4b5a4f -> hakimel/reveal.js@a9277f9d46
kaushalmodi/ox-hugo@3442d8cf1f -> kaushalmodi/ox-hugo@88e6068190
nnicandro/emacs-jupyter@162d047e62 -> nnicandro/emacs-jupyter@df343af5e9
Close : #5887
Co-authored-by: iyefrat <iyefrat@users.noreply.github.com>
2021-12-12 22:43:40 +01:00
Dan
f458f97760
fix(popup): rules for report-emacs-bug
2021-12-03 16:48:06 +01:00
Ethan Leba
a27cd2de13
fix(sh): disable meta fetch by default on mac OS
...
The `whatis` command is excessively slow on mac OS, rendering
company-shell unusable.
Ref: #5839
2021-12-03 16:45:22 +01:00
Henrik Lissner
d981447674
fix(lsp): add popup rule for *lsp-install* buffers
2021-12-02 04:13:15 +01:00
Quoc Huy Vu
0352ade454
fix(evil): correct typesetting quotations in latex
...
Use `evil-embrace` for typsetting quotations in latex instead of
`evil-surround`.
2021-11-30 14:05:57 +01:00
frodera
b352470f69
bump: :lang sh
...
Alexander-Miller/company-shell@52f3bf26b7 -> Alexander-Miller/company-shell@a77f4de759
Updates company-shell to include `company-shell-dont-fetch-meta`, so we
can prevent slowdown caused by whatis shell calls to look up meta
strings.
Ref: https://github.com/Alexander-Miller/company-shell#excessively-slow-meta-lookup
2021-11-30 14:03:03 +01:00
Afiq Nazrie
546bac945f
bump: :tools lookup
...
SavchenkoValeriy/emacs-powerthesaurus@93036d3b11 -> SavchenkoValeriy/emacs-powerthesaurus@02c9d11a3f
jacktasia/dumb-jump@f3176fbf9c -> jacktasia/dumb-jump@dbb915441a
tkf/emacs-request@68003b3f85 -> tkf/emacs-request@3336eaa97d
Ref: SavchenkoValeriy/emacs-powerthesaurus#17
2021-11-30 13:49:46 +01:00
Henrik Lissner
c93790bb5c
fix(org): omit -i switch from org-babel-python-command
...
The -i switch for python or ipython can cause python org src blocks to
hang indefinitely when executed.
Ref: hlissner/doom-emacs@c0d988fe0d
Ref: #5569
2021-11-28 22:08:07 +01:00
Henrik Lissner
f0ba6c99b2
fix(default): search symbol at point from project root
...
...Rather than current directory.
While +default/search-project-for-symbol-at-point should operate out of
the current project's root, +default/search-notes-for-symbol-at-point
must operate out of org-directory, and no where else, even if
org-directory is not a valid project. 411ed0c8f8
was written to fix
that, but it indirectly broke
'+default/search-project-for-symbol-at-point' (causing it to always
resolve to the current directory, rather than the current project's
root).
Amend: 411ed0c8f8
Fix : #5831
2021-11-25 17:05:42 +01:00
Quoc Huy Vu
c09777b36b
fix(evil): handle edge cases of embrace
...
If the surround key is `\(`, the text should be surrounded as
`\( text \)`. The same for `\[` and `\{`.
2021-11-25 01:45:09 +01:00
Henrik Lissner
dabca5d24e
refactor(notmuch): remove redundant ol-notmuch config
...
ol-notmuch autoloads itself, so we don't need to do anything.
Amend: db94569143
Ref: hlissner/doom-emacs@db94569143
Ref: https://git.sr.ht/~tarsius/ol-notmuch/tree/main/item/ol-notmuch.el#L93-97
2021-11-25 01:33:39 +01:00
Henrik Lissner
89fbc3776d
refactor(notmuch): unlink ol-notmuch from +org flag
...
Amend: db94569143
Ref: hlissner/doom-emacs@d522cc347d
2021-11-25 01:25:25 +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
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
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
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
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