-
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.3](v2.4.2...v2.4.3) (2024-09-07) ### Configurations * **casual-suite:** add and configure ([944c839](944c839)) * **markdown-mode:** use LSP and enable prettier-mode ([3c68e80](3c68e80)) * **org-agenda:** use other-tab for setup ([b4de01d](b4de01d)) * **org-super-agenda:** display items scheduled but with no time ([99a4689](99a4689)) * **org-super-agenda:** do collect non-todos ([0ffbc52](0ffbc52)) * **org-super-agenda:** re-ogranize groups ([94f2f4d](94f2f4d)) * **org-super-agenda:** today for dates, any todo for leftovers ([0f1b9d4](0f1b9d4)) ### Bug Fixes * **bindings:** don't override wal-hyper-mock ([361c6f2](361c6f2)) * **dap-mode:** only require subpackages after loading ([2d27935](2d27935)) * **wal-lsp-dwim:** don't move to end of line for looking-at ([dd17e52](dd17e52)) ### Improvements * **consult:** add command to just display buffer ([63517f1](63517f1)) * **org-agenda:** rename created tab to "agenda" ([d26a5fe](d26a5fe)) * **org-clock:** allow setting any keyword on clock-out ([9726308](9726308)) * **org-super-agenda:** only use groups for org-agenda-list ([cf48e63](cf48e63)) * **useful:** go to previous window after isearch-other-window ([dee6a8f](dee6a8f)) * **wal-supernova:** only close first layer with argument ([9edda64](9edda64)) ### Other * **bookmark:** bind bookmark-set also to b ([0893275](0893275)) * **ibuffer:** remap buffer-list to ibuffer-other-window ([2dc3838](2dc3838)) * **org-agenda:** bind return to org-agenda-goto ([11432e3](11432e3)) * **org-roam:** make capturing the default binding again ([1aeaf2f](1aeaf2f))
- Loading branch information
1 parent
284ecd4
commit 8354409
Showing
4 changed files
with
37 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.2 | ||
;; Version: 2.4.3 | ||
;; Package-Requires: ((emacs "29.1")) | ||
|
||
;;; Commentary: | ||
|