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

Recent Commits to doomemacs:master

2026-04-11T07:23:30Z tag:github.com,2008:Grit::Commit/5fc96adc17943590b6a5662aeaf24769eb1e2bb0

fix(sml): use tree-sitter-sml@v0.23.0 if ABI==14

2026-04-11T07:23:30Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix(sml): use tree-sitter-sml@v0.23.0 if ABI==14 There is no tagged release post-ABI 15 yet.</pre> tag:github.com,2008:Grit::Commit/422e9226de21d3bedc52333f32ecac282c5dbb88

fix(fsharp): use tree-sitter-fsharp@v0.1.0 if ABI==14

2026-04-11T07:19:42Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix(fsharp): use tree-sitter-fsharp@v0.1.0 if ABI==14 v0.2.0 and newer require ABI==15.</pre> tag:github.com,2008:Grit::Commit/4248c5ef5998d51f27ac57406f605a5957911003

fix(gdscript): ts-mode integration

2026-04-11T07:12:47Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix(gdscript): ts-mode integration - Fix LSP integration. - Register formatter and lookup handlers for `gdscript-ts-mode`. - Add HACK & REVIEW annotations for `gdscript-ts-mode` advice. Fortunately, `gdscript-ts-mode` is derived from `gdscript-mode`, so we can rely on trickle-down configuration here.</pre> tag:github.com,2008:Grit::Commit/ec43b712653350ef4a079c8220f88a8385c6c3ac

feat(gdscript): use tree-sitter-gdscript@v6.1.0

2026-04-11T06:50:02Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>feat(gdscript): use tree-sitter-gdscript@v6.1.0 When ABI==15.</pre> tag:github.com,2008:Grit::Commit/54fbde7246c79fcf832999444933f5bd57284ada

feat(spell): implement +spell/previous-error w/o evil

2026-04-11T06:45:54Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>feat(spell): implement +spell/previous-error w/o evil As of Emacs 29.1, `flyspell-goto-next-error` now has a PREVIOUS argument for jumping to the previous spelling error, so use it if it's available. Note that we'll be dropping 28.x support once v3 is released; the error checking here will be removed with it. Ref: doomemacs/community#94</pre> tag:github.com,2008:Grit::Commit/e2867830346e66859f8867daf9125729aa1ba6b2

fix: projectile-files-to-ensure sets default-directory to nil

2026-04-10T21:17:16Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix: projectile-files-to-ensure sets default-directory to nil A recent change in projectile causes `projectile-files-to-ensure` to set `default-directory` to nil in buffers with no valid project root, poisoning `default-directory` anywhere it is used downstream (e.g. if `projectile-project-root` is called again, which it is, later in the same function's call chain). So override `projectile-files-to-ensure` to fall back to the current working directory when no project root is found, at least until it's addressed upstream. Amend: a55d6ad95813 Ref: bbatsov/projectile@f51621adcee0 Close: #8748 Co-authored-by: panchoh <panchoh@users.noreply.github.com></pre> tag:github.com,2008:Grit::Commit/91864558b0ba07fefb9c31d643e31190f33a3a6f

refactor: remove ansi-color-for-comint-mode setting

2026-04-10T02:38:26Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>refactor: remove ansi-color-for-comint-mode setting It already defaults to `t`.</pre> tag:github.com,2008:Grit::Commit/bde6fc6a2687acd03df4caa6df0044734a2d4c13

refactor: hoist doom-run-first-hooks-if-files-open-h to doom-finalize

2026-04-10T02:38:26Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>refactor: hoist doom-run-first-hooks-if-files-open-h to doom-finalize</pre> tag:github.com,2008:Grit::Commit/d6caad2948fec776b189016f42afe4f1420ebb7e

refactor: s/when-let/when-let*/

2026-04-10T02:30:28Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>refactor: s/when-let/when-let*/ Amend: 4fe1cbeddb82</pre> tag:github.com,2008:Grit::Commit/abc07a328148cdf0f4603418064e40af46bafd70

fix(org): autoload links in ol-{info,bibtex,eww}

2026-04-10T02:30:28Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix(org): autoload links in ol-{info,bibtex,eww} And no longer eagerly load ol-bibtex.</pre> tag:github.com,2008:Grit::Commit/a27f38ff0cd9e3d5af6e0f7de19512099a36cdb1

fix(go): use tree-sitter-go@v0.23.4 in 30.x

2026-04-10T02:29:06Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix(go): use tree-sitter-go@v0.23.4 in 30.x `go-ts-mode` in 29.x is incompatible with tree-sitter-go@v0.23.4, so use v0.20.0 there.</pre> tag:github.com,2008:Grit::Commit/cfb5aef1e9422dc02ac16da99919294d58e687e5

docs(csharp): mention roslyn-language-server

2026-04-08T05:22:34Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>docs(csharp): mention roslyn-language-server</pre> tag:github.com,2008:Grit::Commit/3fcd5ccaa53fb9c8e6fc9a87a008d7a49b58994c

fix(csharp): use grammar based on treesit ABI

2026-04-08T05:22:34Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix(csharp): use grammar based on treesit ABI Emacs versions don't necessarily correlate with the treesit ABI it was built with.</pre> tag:github.com,2008:Grit::Commit/6728bf2694ad88bafe0d2f70c7be352f25ac5622

tweak(org): +org/dwim-at-point: respect org-return-follows-link

2026-04-08T05:22:34Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>tweak(org): +org/dwim-at-point: respect org-return-follows-link Prior to this, RET toggled image previews if the link at point points to an image file, instead of opening the file. If `org-return-follows-link` is non-nil, it will always open the link.</pre> tag:github.com,2008:Grit::Commit/62af9974abf04dd0140ca3103a024b4c36178af7

module: remove :themes

2026-04-08T05:22:11Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>module: remove :themes The group was prematurely pushed; it's empty and won't be used until after v3, so remove them for now.</pre> tag:github.com,2008:Grit::Commit/ed01bf47e5c2636c529cea41a6223c70566a0dfc

bump: :lang org

2026-04-07T02:22:04Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>bump: :lang org emacs-straight/org-mode@89df5bf46ba2 (release_9.8) -> emacs-straight/org-mode@c1bb5ae59101 (release_9.8.1)</pre> tag:github.com,2008:Grit::Commit/f950926c881ff26d86b59effb5adf5cb58b448d6

fix(lib): package!: exclude underscore prefixed :env vars

2026-04-07T02:21:03Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix(lib): package!: exclude underscore prefixed :env vars The condition was reversed, omitting variables we wanted.</pre> tag:github.com,2008:Grit::Commit/491a360f9238fbb2553cb9ccead51bb2b126134e

revert: refactor(dashboard): reduce work on init

2026-04-05T22:02:53Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>revert: refactor(dashboard): reduce work on init Emacs is designed to display the buffer returned by `initial-buffer-choice` alongside any other files opened at the command-line (i.e. with window splits). This is not desireable for a dashboard. Revert: 77f2b5abbb4d</pre> tag:github.com,2008:Grit::Commit/4a5046c4294f70e09609f7d7d62db399747edb58

fix(cli): doomscript: end-of-file error

2026-04-05T03:57:21Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix(cli): doomscript: end-of-file error Fixes a regression introduced in 534b640 caused by quoting in the new --eval argument not preventing word splitting. This also leaves the explanations to the comment in bin/doom. Amend: 534b64035081 Close: #8743 Co-authored-by: marienz <marienz@users.noreply.github.com></pre> tag:github.com,2008:Grit::Commit/b165a92f2fce8323c8eac5f628e449c126f78d65

revert: jupyter

2026-04-04T08:36:47Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>revert: jupyter emacs-jupyter/jupyter@3b9caed3e4cc -> emacs-jupyter/jupyter@242fdc709ce0 And freeze the package, to prevent bumping this package again. Ref: emacs-jupyter/jupyter#613 Amend: 9b078b92e87b Fix: #8709</pre>