-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [2.4.5](v2.4.4...v2.4.5) (2024-10-13) ### Configurations * **consult:** use preview key for consult-ripgrep ([349fd8d](349fd8d)) * **drag-stuff:** re-add package ([dc756fa](dc756fa)) * **ship-mate:** multiple buffers for execute ([1982c52](1982c52)) * **tab-bar:** use truncating name function ([cfd2926](cfd2926)) ### Bug Fixes * **vertico:** use apply for no-cycle advice ([6cdfd44](6cdfd44)) * **visuals:** honor order in wal-preferred-fonts ([ea063b3](ea063b3)) ### Improvements * **config:** use less destructive char for whale nose ([51ea726](51ea726)) * **consult:** don't cycle consult-{line,ripgrep} ([62d2e64](62d2e64)) * **corfu:** no auto-completion for ship-mate-execute ([51b0e36](51b0e36)) * **corfu:** no auto-completion in minibuffer ([af9e0c5](af9e0c5)) * **lsp-mode:** remove formatting from wal-lsp-dwim ([ff337ba](ff337ba)) * **markdown-mode:** add function to open file with livedown ([6184925](6184925)) * **org-clock:** use ellipsis when truncating heading ([4c1bf84](4c1bf84)) * **org-roam:** archive dailies in single file ([db044f1](db044f1)) * **org-roam:** factor out dailies functionality ([9b552d8](9b552d8)) * **org-roam:** single template when going to daily ([7562812](7562812)) * **org-super-agenda:** add group for achieved deadline ([3f075e5](3f075e5)) * **org-super-agenda:** group of generally scheduled items ([7e68c85](7e68c85)) * **prettier:** advise on-save function to ignore prefix arg ([457b215](457b215)) * **shell:** use new wal-quit-window-kill-buffer for dead shells ([52cc797](52cc797)) * **tempel:** use templates for more JS-based modes ([4b8a1f8](4b8a1f8)) ### Other * **corfu:** don't insert with RET ([554cf2a](554cf2a)) * **major:** uncomment major? command ([05d0dff](05d0dff))
- Loading branch information
1 parent
fc4ebb7
commit 7928a89
Showing
4 changed files
with
40 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
;; Author: Krister Schuchardt <[email protected]> | ||
;; Homepage: https://github.com/Walheimat/wal-emacs | ||
;; Version: 2.4.4 | ||
;; Version: 2.4.5 | ||
;; Package-Requires: ((emacs "29.1")) | ||
|
||
;;; Commentary: | ||
|