tag:github.com,2008:/doomemacs/doomemacs/commits/master

Recent Commits to doomemacs:master

2026-05-25T07:16:59Z tag:github.com,2008:Grit::Commit/b3a119823faced6c5768bb9d749dd57d300cacb5

nit: document why use-package's :after is avoided

2026-05-25T07:16:59Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>nit: document why use-package's :after is avoided Temporary, until Doom stops using use-package internally. Ref: jwiegley/use-package#829</pre> tag:github.com,2008:Grit::Commit/61e0b2486a5b647ed690a682477d4a8cbf7322cc

fix(org): org-re-reveal: avoid use-package :after keyword

2026-05-25T01:30:26Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix(org): org-re-reveal: avoid use-package :after keyword Ref: jwiegley/use-package#829</pre> tag:github.com,2008:Grit::Commit/b49761f2610e102af9364cf776f1b748ce6afec3

fix(common-lisp): suppress completion candidates on no matches

2026-05-24T04:00:17Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix(common-lisp): suppress completion candidates on no matches Ref: joaotavora/sly#705 Close: #7157</pre> tag:github.com,2008:Grit::Commit/07de65e25abe8526c4c6e1eb24588c096e4a5497

fix(lib): read .doomprofile into profile loader

2026-05-23T22:21:30Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix(lib): read .doomprofile into profile loader Before this, .doomprofile in implicit profiles weren't read (on `doom profiles sync`), because they were searched for in the parent directory (e.g. $DOOMDIR/profiles/), rather than the profile directory (e.g. $DOOMDIR/profiles/NAME/). This also forces the file to follow the expected format of all Doom metadata dotfiles: a version string (the version of the file format to use) followed by its contents (an alist, typically).</pre> tag:github.com,2008:Grit::Commit/b02cc296e1cb2deff4723016e89d4a35405f37d6

fix: doom-rcfile-read: don't return version string

2026-05-23T22:21:07Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix: doom-rcfile-read: don't return version string</pre> tag:github.com,2008:Grit::Commit/f95b8c9e5e5cb67139ee17280d12255d4c503e1c

fix(markdown): s/markddown/markdown

2026-05-23T17:07:31Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix(markdown): s/markddown/markdown Amend: a3794156acdd</pre> tag:github.com,2008:Grit::Commit/589630b1ed2d2e09de946ea4aab284804f27185b

fix(tree-sitter): Rename verilog to systemverilog

2026-05-23T09:36:50Z real-or-random https://github.com/real-or-random <pre style='white-space:pre-wrap;width:81ex'>fix(tree-sitter): Rename verilog to systemverilog Upstream has renamed the grammar to "systemverilog", and also removed the redirect from "verilog" to "systemverilog." (And even before that change, "systemverilog" was the right way to reference the grammar as I argue in #8704.) Amend: 8469bb7d1060 Ref: gmlarumbe/verilog-ts-mode@32d00f783711 Ref: #8704</pre> tag:github.com,2008:Grit::Commit/d6281808e082404f142e461a9fe653f1bb7ab152

fix(tree-sitter): Pin LaTeX grammar to make it build

2026-05-23T09:36:50Z real-or-random https://github.com/real-or-random <pre style='white-space:pre-wrap;width:81ex'>fix(tree-sitter): Pin LaTeX grammar to make it build Ref: latex-lsp/tree-sitter-latex#172</pre> tag:github.com,2008:Grit::Commit/beddd81aa353037ec0e810c1b43ec47b2028b7b2

fix(vc-gutter): reset face bg colors after loading a theme

2026-05-23T09:36:20Z real-or-random https://github.com/real-or-random <pre style='white-space:pre-wrap;width:81ex'>fix(vc-gutter): reset face bg colors after loading a theme Fix: #6720 Co-authored-by: DeesonGao <45487337+DeesonGao@users.noreply.github.com></pre> tag:github.com,2008:Grit::Commit/6430a673f2e1b90a0118318abc717391e22f6c8d

fix: hl-line-mode not activating on Emacs <=29

2026-05-23T09:32:25Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix: hl-line-mode not activating on Emacs <=29 `derived-mode-p`s signature was changed in Emacs 30. Use the old calling convention for users on 29 and older. Fix: #8779 Ref: ba511fcbfb53</pre> tag:github.com,2008:Grit::Commit/221703836fe3e70ca790e8efb1705f3e007bfcb5

fix(cli): doom: handle spaces in $HOME

2026-05-23T07:47:14Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix(cli): doom: handle spaces in $HOME</pre> tag:github.com,2008:Grit::Commit/a3794156acddeb30d72e48e599a22f5715380052

refactor(markdown): general reformat and revise

2026-05-22T23:06:04Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>refactor(markdown): general reformat and revise</pre> tag:github.com,2008:Grit::Commit/a881e19100228cbb7dae21fc4e319687383aca5a

feat(markdown): add +lsp support

2026-05-21T18:14:24Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>feat(markdown): add +lsp support</pre> tag:github.com,2008:Grit::Commit/8beae0811981a7fd0a1ff9c42e223d0ec440597b

fix(markdown): markdown-ts-mode: expand tree-sitter support

2026-05-21T18:10:42Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix(markdown): markdown-ts-mode: expand tree-sitter support Fix: #8777</pre> tag:github.com,2008:Grit::Commit/96a0c77ce13be49d057ac29b89f4028d89e91b19

fix(org): defining as dynamic an already lexical var error

2026-05-20T20:45:29Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix(org): defining as dynamic an already lexical var error Amend: 0d35240e70b6</pre> tag:github.com,2008:Grit::Commit/c2ff579a28ecfec90c343417bc04b2a9569d9ed7

fix(java): use settings.gradle as project root marker

2026-05-16T06:27:25Z erickisos https://github.com/erickisos <pre style='white-space:pre-wrap;width:81ex'>fix(java): use settings.gradle as project root marker In multimodule projects the build.gradle file is not a safe indicator of root, making unreliable assumptions and creating individual projectile entries for submodules. `settings.gradle` has been recommended as a root-level Gradle configuration that should work better for both scenarios. Ref: https://docs.gradle.org/current/userguide/settings_file_basics.html</pre> tag:github.com,2008:Grit::Commit/e53b9dfecea20f26e654902b272453359b938a36

fix(word-wrap): accommodate line numbers

2026-05-14T03:04:56Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix(word-wrap): accommodate line numbers Line numbers pad the left side of the buffer with ~5 characters and are treated as part of its contents, so `visual-fill-column` would wrap text at column 75 instead of 80. Now, `visual-fill-column-extra-text-width` is adjusted whenever `visual-fill-column-mode` or `display-line-numbers-mode` are toggled.</pre> tag:github.com,2008:Grit::Commit/cba1eaee07a1285739bb518f71b5d9ad4c4f5c28

refactor(lib): use display-line-numbers-mode

2026-05-14T02:57:17Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>refactor(lib): use display-line-numbers-mode The mode was introduced in 26, so we can stop setting `display-line-numbers` directly, so others can react to `display-line-numbers-mode-hook`.</pre> tag:github.com,2008:Grit::Commit/916a5560d9c02bb7b5aaf4534fbb6542c8acaf52

bump: :editor evil

2026-05-13T20:15:07Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>bump: :editor evil emacs-evil/evil-collection@5c79c9e09ca5 -> emacs-evil/evil-collection@cf16b126feed redguardtoo/evil-nerd-commenter@ae52c5070a48 -> redguardtoo/evil-nerd-commenter@db5ee61a6e75</pre> tag:github.com,2008:Grit::Commit/cc6c98c94ed3bb54fd0bcc596b4cd583af591b0e

bump: :term :email :app

2026-05-12T22:55:10Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>bump: :term :email :app akermu/emacs-libvterm@54c29d14bca0 -> akermu/emacs-libvterm@92add72b728e emacs-elfeed/elfeed@aad8d96818d5 -> emacs-elfeed/elfeed@8d721a2ee2df jeremy-compostella/org-msg@aa608b399586 -> jeremy-compostella/org-msg@7b45df759340 karthink/elfeed-tube@8e1334cfc811 -> karthink/elfeed-tube@2d7251d83636 kidd/org-gcal.el@b826356a01a7 -> kidd/org-gcal.el@fe700abff91f</pre>