Try our Chrome extension
Easily add the current web-page from your browser directly into your changedetection.io tool, more great features coming soon!Changedetection.io needs your support!
You can help us by supporting changedetection.io on these platforms;
- Rate us at AlternativeTo.net
- Star us on GitHub
- Follow us at Twitter/X
- G2 Software reviews
- Check us out on LinkedIn
- And tell your friends and colleagues :)
The more popular changedetection.io is, the more time we can dedicate to adding amazing features!
Many thanks :)
changedetection.io team
Noch nicht vor Sekunden.
False
Noch nicht vor Sekunden
vor 3 TagenGehe zu einem einzelnen snapshot
tag:github.com,2008:/doomemacs/doomemacs/commits/master Recent Commits to doomemacs:master 2026-06-03T06:00:59Z tag:github.com,2008:Grit::Commit/e2704b79295bbe13ea83b00b8469c3825a441608 fix(cli): remove redundant pipe handling logic 2026-06-03T06:00:59Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix(cli): remove redundant pipe handling logic This code is already in `doom-cli-initialize`. Amend: c024479ce7ad</pre> tag:github.com,2008:Grit::Commit/ff6e951150af9227699ea5f1e1d1ffa01e03f587 refactor(cli): error handling 2026-06-03T06:00:13Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>refactor(cli): error handling Backporting a harmless refactor from v3 to simplify my life merging forward before the new branch goes live.</pre> tag:github.com,2008:Grit::Commit/23e43db9ee2c1b85e5c5a2ac63647c949d722821 tweak(word-wrap): +word-wrap-extra-indent = 0 2026-06-03T02:54:08Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>tweak(word-wrap): +word-wrap-extra-indent = 0 The default to double-indent wrapped lines is surprising as most other text editors don't do this, so use a more common default. Fix: #4066</pre> tag:github.com,2008:Grit::Commit/aff4238fc8d7d0a331e26ac0612775048b6eba11 fix(macos): move keychain auth-sources to end 2026-06-02T23:59:56Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix(macos): move keychain auth-sources to end The two backends don't support creation or deletion, so use them as fallbacks rather than the first backends for auth-sources. Ref: https://github.com/emacs-mirror/emacs/blob/1754015c6034d65b047d0ada23a406f114d7850d/lisp/auth-source.el#L2096-L2102 Fix: #6439</pre> tag:github.com,2008:Grit::Commit/5893455e2c3f7b68ff3ab228c431bc2a21df6c18 fix(spell): autoload spell-fu commands 2026-06-02T23:30:04Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix(spell): autoload spell-fu commands So that which-key and keybinds don't throw up void-function and commandp errors. Fix: #6406</pre> tag:github.com,2008:Grit::Commit/41b694fa4793280d80c096a001fa06891e682727 fix(dashboard): how point is repositioned between buttons (part 2) 2026-06-02T22:53:21Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix(dashboard): how point is repositioned between buttons (part 2) Handles some edge cases and an unintentionally flipped condition. Fix: #8797</pre> tag:github.com,2008:Grit::Commit/9bacb340501c0953844c0ba6823280f017e55cf8 fix(dashboard): how point is repositioned between buttons 2026-06-02T22:13:36Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix(dashboard): how point is repositioned between buttons Before this change, where the cursor would end up after certain user events were unintuitive: - Clicking the BOL of any menu item would select the previous item. - If the point is moved due to the dashboard window becoming too small, the cursor would jump to the first visible button. - If the window scrolls due to the dashboard window becoming too small (e.g. after selecting a menu item, which briefly opens a minibuffer popup that consumes more frame real estate), then the last selected item would no longer be visible, much less selected. This commit fixes both issues. Fix: #8797</pre> tag:github.com,2008:Grit::Commit/35961c70637d9a906102c3fe76c2e6c050f70eeb fix: move global-hl-line-mode to doom-first-input-hook 2026-06-02T21:01:58Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix: move global-hl-line-mode to doom-first-input-hook Instead of doom-first-buffer-hook. There are some scenarios where hl-line is desired sooner than the first buffer (e.g. the dashboard or scratch buffer), so activate it a little sooner. Ref: #8796</pre> tag:github.com,2008:Grit::Commit/d6385b60564f45ffcf557fc15c02e0e6ca2b5835 fix(dashboard): show hl-line and only on current line 2026-06-02T18:45:09Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix(dashboard): show hl-line and only on current line I "hid" hl-line in b859727 then "disabled" it in dd1f771 by pretending it's already enabled. This was done because hl-line would not highlight the full line (sometimes only from beginning-of-text to the right window edge, sometimes from BOT to the BOL of the following line -- all depending on the method the dashboard uses to center the text, which has changed a couple times). Additionally, Doom uses hooks on `activate-mark-hook` and `deactivate-mark-hook` to temporarily disable `hl-line-mode` while any selection is active (because the `region` and `hl-line` faces have similar/the same background color in many themes). Consequently, when a selection is temporarily and briefly produced during mouse-click in the dashboard, hl-line is re-enabled (#8796). Oops. Instead of adjusting those hooks, this commit fixes the original hl-line issue in the dashboard. This solution only works now because the new dashboard module uses text-properties instead of window margins to center text (as of 45dfc8f). Alternatively, I could've disabled the :extend property on the hl-line face, but this is more vulnerable to breakage by themes, face-remapping packages, or user config. This fix does not apply (and will not be applied) to the old (and deprecated) :ui doom-dashboard module. Fix: #8796 Ref: b859727f7add Ref: dd1f7713ea15 Ref: 45dfc8f60cf4</pre> tag:github.com,2008:Grit::Commit/951d9727bc2d8e4b3c1bf28744caf73f9d5dc7cb tweak(racket): don't enable racket-smart-open-bracket-mode 2026-06-02T18:45:09Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>tweak(racket): don't enable racket-smart-open-bracket-mode This mode is a mote too magical and breaks the principle of least surprise, more so in the presence of smartparens and electric-pair-mode. It's easier to opt into than to identify in order to opt out of it. The alternative would be to create a togglable variable for users to set or offer a flag, but both are overkill for what should be a simple `add-hook` call. Fix: #1452 Close: #8367 Close: #8694</pre> tag:github.com,2008:Grit::Commit/bbecac892dbfbfd53bcef4aaceba55ff0ddc11e4 dev: ISSUE_TEMPLATE/bug_report.yml: use new type field 2026-06-02T18:45:03Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>dev: ISSUE_TEMPLATE/bug_report.yml: use new type field Phasing out some of the is:* labels for Github's new Type field.</pre> tag:github.com,2008:Grit::Commit/30f1bf1ef18e6b2add008e1333726c2362827571 docs: revise various module docs & doctors 2026-06-02T06:17:49Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>docs: revise various module docs & doctors - Remove stale :lang python +ipython doctor check. - Remove stale :tools debugger +lsp doctor check. - Document existing +lsp flags for :lang cc and :lang ess. - Document +yandex flag for :tools lookup. - Conform :tools collab README to conventions. Close: #8795 Co-authored-by: 0WD0 <0WD0@users.noreply.github.com></pre> tag:github.com,2008:Grit::Commit/1a67504f188049a5d73ebe6debef852736646540 fix(default): +default/new-buffer: use evil-buffer-new 2026-06-02T06:04:14Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix(default): +default/new-buffer: use evil-buffer-new The wrong module check was used, since this command was moved from the Evil module, so `evil-buffer-new` was never used. Close: #8795</pre> tag:github.com,2008:Grit::Commit/c024479ce7adc85035c1a43e77787b48eeb555b9 fix(cli): error and log output handler 2026-06-02T05:58:50Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix(cli): error and log output handler Changes the stdout/stderr handler and logging mechanism to: - Capture more logging during the startup process in the output log files or when debug mode is on. - Ensure debug output is piped to the logs even if they don't show up in stdout. - Prevents the large backtrace dump if a CLI (or Doom) throws a premature, uncaught error, instead only displaying a truncated and more readable backtrace (unless --debug is used). The full backtrace is still written to a *.error log file.</pre> tag:github.com,2008:Grit::Commit/af60e07039fd5cb40515be296a3b6ea2707d63bb fix(magit): defining as dynamic an already lexical var: projectile-ve… 2026-06-01T18:02:09Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix(magit): defining as dynamic an already lexical var: projectile-verbose Fix: #8794</pre> tag:github.com,2008:Grit::Commit/cc6ca8929afe11adbb480f972493a604a8dff8da fix(cli): upgrade: branch detection on detached HEADs 2026-06-01T06:56:54Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix(cli): upgrade: branch detection on detached HEADs Fix: #8735</pre> tag:github.com,2008:Grit::Commit/1d7a94b96b4410a3747ec579c728a79413379e64 release: 2.1.1 2026-06-01T03:50:25Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>release: 2.1.1 c9c56985d * fix(cli): upgrade: submodule update running in wrong dir 587f91a3e * fix(lib): toggle line numbers only if necessary 902a6fca3 * feat(cli): upgrade: init and update submodules 5335babac * tweak: disable line numbers in minimal-UI buffers 3a69827e4 * tweak: recentf: auto cleanup & save in daemon sessions 72da7b21b * tweak(cli): always sync profiles 7161a9387 * fix(cli): sync profiles after Emacs version line 07de65e25 * fix(lib): read .doomprofile into profile loader b02cc296e * fix: doom-rcfile-read: don't return version string 6430a673f * fix: hl-line-mode not activating on Emacs <=29 221703836 * fix(cli): doom: handle spaces in $HOME cba1eaee0 * refactor(lib): use display-line-numbers-mode f22dcc6b0 * perf(lib): doom-quit-p: optimize real-buffer check 195a978ba * fix: avoid `file-name-concat` in early-init 76d69c2f5 * refactor: move doom project config to doom-start 075304486 * tweak: add $EMACSDIR/$DOOMDIR to trusted-content 0efa03654 * fix: factor out buffer-local-* API from mode-line-invisible backport 720ea30ba * tweak: native-comp-async-on-battery-power = nil bead7a774 * refactor!: backport mode-line-invisible-mode & drop hide-mode-line 712db1e7a * fix: arity error on projectile-get-ext-command 0cd3812cf * bump: :doom 5a7e6caf4 * perf: ffap-machine-p-known = accept 1aabae726 * fix(lib): doom/reload-theme: reload theme's source 860a91aaa * fix(lib): doom/help-packages: paths for codeberg packages 81fbc39f7 * docs: don't suggest 'doom sync' to recompile doom.el e28678303 * fix: projectile-files-to-ensure sets default-directory to nil bde6fc6a2 * refactor: hoist doom-run-first-hooks-if-files-open-h to doom-finalize 91864558b * refactor: remove ansi-color-for-comint-mode setting d6caad294 * refactor: s/when-let/when-let*/ f950926c8 * fix(lib): package!: exclude underscore prefixed :env vars 4a5046c42 * fix(cli): doomscript: end-of-file error c76671454 * fix(cli): doomscript: EMACS_PLUS_NO_PATH_INJECTION=1 534b64035 * fix(cli): doomscript: supppress lexical-binding warnings eeabbbb9d * fix(cli): add commit linter scopes/types for project 738321be8 * feat(lib): package!: add :freeze 297b8d578 * fix(lib): doom-set-indent: detect *-ts-indent-offset vars 598ee8ad8 * fix(cli): upgrade: failure to fetch Doom on tagged commits</pre> tag:github.com,2008:Grit::Commit/c87a2dbc99dcc7a9aaa3c61f6ff61c57fa46e887 release(modules): 26.07.0-dev 2026-06-01T03:48:33Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>release(modules): 26.07.0-dev Ref: 2b39e4136850</pre> tag:github.com,2008:Grit::Commit/c9c56985dcdf93c081423c048d2597e78bc602af fix(cli): upgrade: submodule update running in wrong dir 2026-06-01T03:48:33Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix(cli): upgrade: submodule update running in wrong dir Fix: #8793 Amend: 902a6fca36c9</pre> tag:github.com,2008:Grit::Commit/587f91a3ed939e61e7291479416a91d73a4766de fix(lib): toggle line numbers only if necessary 2026-06-01T02:03:25Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix(lib): toggle line numbers only if necessary No-op if line numbers isn't in the expected state when called, since these modes have side-effects (no particular issue here, just ensuring the principle of least surprise). Also, I'm checking display-line-numbers (no -mode) intentionally in `doom-disable-line-numbers-h`, because line numbers can be enabled by directly setting the variable (bypassing the mode).</pre> 2026-06-06T00:43:44Z tag:github.com,2008:Grit::Commit/dba9aa6363b9c0bada796ee3e8e26adb84a9c43a feat(lib): doom/info: show `save-buffer` hint in header 2026-06-06T00:43:44Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>feat(lib): doom/info: show `save-buffer` hint in header No longer prompt users to use pastebin, the issue forms now use a file upload field for doom-info (to prevent search engine pollution).</pre> tag:github.com,2008:Grit::Commit/90f9a4afd3d443e1c76608410dd14701438fe203 dev: update CODEOWNERS 2026-06-06T00:42:58Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>dev: update CODEOWNERS In preparation to move modules out of core. Ref: doomemacs/community#114</pre> tag:github.com,2008:Grit::Commit/fd4a4c5d6a4f3cd498ed70cac7535da58b18a044 dev: simplify issue templates 2026-06-06T00:42:40Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>dev: simplify issue templates Offloading to doomemacs/.github</pre> tag:github.com,2008:Grit::Commit/9261562da31181292332feee46cd46f36bf33faa fix(lib): doom/help-modules: in modules w/o a README 2026-06-05T20:38:20Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix(lib): doom/help-modules: in modules w/o a README Co-authored-by: Rathur421 <Rathur421@users.noreply.github.com></pre> tag:github.com,2008:Grit::Commit/1a9ae8415029c75ead7c6b41449781ec84d5fd9d fix(cli): doom-cli-handle-error call typo 2026-06-04T22:55:16Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix(cli): doom-cli-handle-error call typo Fix: #8803 Amend: ff6e951150af</pre> tag:github.com,2008:Grit::Commit/6518b194bc753deb7ad802c12db6120950bc28eb fix(cli): depth tracking in multi-step CLI sessions 2026-06-04T17:16:59Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix(cli): depth tracking in multi-step CLI sessions __DOOMSTEP (or doom-cli-context-step) tracks how many times the CLI session has restarted since it was started. It was being incremented too late since 8cafbe4. Nothing depends on the counter being accurate yet, but that could change. Amend: 8cafbe4408e7</pre> tag:github.com,2008:Grit::Commit/ae0a6acdb1c55217cd009281567968de5af262b2 fix(cli): unprompted DEBUG=3 in multi-step CLI sessions 2026-06-04T17:16:59Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix(cli): unprompted DEBUG=3 in multi-step CLI sessions Fix: #8801 Amend: c024479ce7ad</pre> tag:github.com,2008:Grit::Commit/9845d96dc217d06f40b6a293f8c8f28c865dd518 bump: projectile 2026-06-04T17:16:49Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>bump: projectile bbatsov/projectile@4c72d6767de9 -> bbatsov/projectile@6449fb046558 Upstream reverts a change that drastically changed its project root marker priorities (#8802). Fix: #8802 Amend: ec889421f8c5</pre> tag:github.com,2008:Grit::Commit/5c208a2928a3222fda8433b29f386e7a29bd15f7 refactor(vertico): remove +vertico--marginalia-project-root-a 2026-06-04T08:26:30Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>refactor(vertico): remove +vertico--marginalia-project-root-a This advice made Marginalia aware of projectile, but at some point, projectile added `project-projectile` to `project-find-functions`, which achieved the same thing, so it's no longer needed.</pre> tag:github.com,2008:Grit::Commit/5599990072f0cd2f5bd1aa63f41a9f2ffbcbd6b2 fix(dashboard): repositioning point outside the dashboard 2026-06-04T02:24:24Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix(dashboard): repositioning point outside the dashboard Fix: #8797</pre> tag:github.com,2008:Grit::Commit/5115e5c301a76ae93cee4439bc70c7c297b5d47e refactor: remove extra output in daemon sessions 2026-06-04T02:23:14Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>refactor: remove extra output in daemon sessions Redundant with Emacs' own output and not particularly helpful. Emacs' "Starting Emacs daemon" and Doom's benchmark post-startup are enough. A closing message might be helpful for debugging some issues, but I'll revisit that later and opt for simplicity for now.</pre> tag:github.com,2008:Grit::Commit/80ac0036b3e0cf64946b2a5fecb78bc16c1c47b1 refactor(cli): doom-cli-initialize: cleanup & comment revision 2026-06-04T00:42:30Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>refactor(cli): doom-cli-initialize: cleanup & comment revision</pre> tag:github.com,2008:Grit::Commit/3edfc82788f4d77772dae824bde30b22a2eb9c2f fix(magit): void-variable evil-binding error 2026-06-04T00:42:30Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix(magit): void-variable evil-binding error Amend: cc24d3ca2bac</pre> tag:github.com,2008:Grit::Commit/7016f3cbc596ad2901f550447e754a251559e3e3 fix(magit): void-variable evil-default-state error 2026-06-03T22:46:40Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix(magit): void-variable evil-default-state error Amend: cc24d3ca2bac</pre> tag:github.com,2008:Grit::Commit/cc24d3ca2bac7c2433d5a9235f8c78bebc3677fc fix(magit): code-review: evil keybinds 2026-06-03T22:45:03Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix(magit): code-review: evil keybinds Close: #8799 Co-authored-by: liaowang11 <liaowang11@users.noreply.github.com></pre> tag:github.com,2008:Grit::Commit/6b90092390eb9a2337855ae08bdbd8dde88d4ce7 fix(magit): avoid use-package :after keyword 2026-06-03T22:45:03Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix(magit): avoid use-package :after keyword Ref: jwiegley/use-package#829</pre> tag:github.com,2008:Grit::Commit/ceb03710deeb56db0c1d5042e615af7ed7b1737c bump: :ui :emacs :app 2026-06-03T22:45:03Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>bump: :ui :emacs :app dgutov/diff-hl@7d873b2f5890 -> dgutov/diff-hl@902d082d70b9 emacs-circe/circe@37dd6a8f21a7 -> emacs-circe/circe@4bd1e964066f emacs-elfeed/elfeed@8d721a2ee2df -> emacs-elfeed/elfeed@3ab97952cb75 emacs-lsp/lsp-treemacs@010493199180 -> emacs-lsp/lsp-treemacs@3519ac907ea3 jdtsmith/ultra-scroll@c6decf7754ed -> jdtsmith/ultra-scroll@f38653053b5c karthink/elfeed-tube@2d7251d83636 -> karthink/elfeed-tube@ae763194ad36 latiagertrutis/dirvish@0238cba662f9 -> latiagertrutis/dirvish@300b6b253600 magit/git-modes@c3faeeea1982 -> magit/git-modes@f291a4cc4a8b minad/goggles@68d9909dab6b -> minad/goggles@e473909708aa seagle0128/doom-modeline@871f91fad58a -> seagle0128/doom-modeline@0b660ed93a18 tarsius/hl-todo@9a147b9a3064 -> tarsius/hl-todo@527d545b8c2f</pre> tag:github.com,2008:Grit::Commit/df4b4334dd3897479578e58eaa0ed79d4617ce86 bump: :term :os :input 2026-06-03T22:45:03Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>bump: :term :os :input 7696122/evil-terminal-cursor-changer@9ed4a7dc8602 -> 7696122/evil-terminal-cursor-changer@fb824f657fb4 akermu/emacs-libvterm@92add72b728e -> akermu/emacs-libvterm@d8157e74339e emacs-rime/liberime@2130baba8e5e -> emacs-rime/liberime@482b7854b041 tumashu/posframe@fcf1757baee4 -> tumashu/posframe@74c8c56131ed</pre> tag:github.com,2008:Grit::Commit/a27a2ea4e8e284d9c036bbb3168b292e3af067af bump: :editor :tools 2026-06-03T22:45:03Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>bump: :editor :tools ArthurHeymans/gptel-magit@93d05dabbc88 -> ArthurHeymans/gptel-magit@2af31e616f18 PythonNut/evil-easymotion@f96c2ed38ddc -> PythonNut/evil-easymotion@629c894af633 emacs-evil/evil-collection@cf16b126feed -> emacs-evil/evil-collection@673b38022b8b emacs-evil/evil-surround@da05c60b0621 -> emacs-evil/evil-surround@c0d251942493 emacs-evil/evil@729d9a58b387 -> emacs-evil/evil@3b678a221ee9 emacs-lsp/lsp-mode@e5cdc6c8f4ef -> emacs-lsp/lsp-mode@fbd7d03ce135 emacs-straight/eglot@63ce7e0bba84 -> emacs-straight/eglot@1a0f3720eb36 emacs-straight/jsonrpc@70dc1806ae83 -> emacs-straight/jsonrpc@0135c781e636 karthink/gptel@df08c1a4d4c6 -> karthink/gptel@f342b3010f13 magit/closql@947426d0c93e -> magit/closql@d382e7427f5d magit/forge@d4eb8d1be553 -> magit/forge@a8af709bc15e magit/ghub@c438abc86596 -> magit/ghub@62d3582f1e39 magit/orgit@4fb91faff3bf -> magit/orgit@4a4c03ee40b0 magit/transient@9e7895434361 -> magit/transient@1856230dc181 purcell/envrc@60820285aeed -> purcell/envrc@1e63a3db3672 radian-software/apheleia@fa5d35ea43ef -> radian-software/apheleia@68e23b34336d svaante/dape@dcbdffc68a3c -> svaante/dape@083a16739fe6 tarsius/cond-let@7ec5ace3e6ac -> tarsius/cond-let@21b9e9835756 xuchunyang/osx-dictionary.el@6abfd6908b0d -> xuchunyang/osx-dictionary.el@8e6897844c4d</pre> tag:github.com,2008:Grit::Commit/ec889421f8c57d0b0ef462855004c09eb247ca33 bump: :doom 2026-06-03T08:03:25Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>bump: :doom bbatsov/projectile@957d808849e3 -> bbatsov/projectile@4c72d6767de9 rainstormstudio/nerd-icons.el@ae1b85c487c2 -> rainstormstudio/nerd-icons.el@d33d12f5dcb6</pre>
Tipp: Markieren Sie Text zum Teilen oder zum Hinzufügen zu Ignorierlisten.
Derzeit werden Unterschiede nur textuell und nicht grafisch dargestellt, es ist nur der letzte Screenshot verfügbar.
Für den Screenshot ist die Aktivierung von Playwright/WebDriver erforderlich