-
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.1](v2.4.0...v2.4.1) (2024-08-11) ### Configurations * **ace-window:** add delete-other-windows to dispatch ([3a4cb00](3a4cb00)) * **ace-window:** dispatch when more than 1 window ([d7a382c](d7a382c)) * **adjunct:** mimic window-prefix-map of Emacs 30 ([0580b8c](0580b8c)) * **adjunct:** move swipe-window-prefix to user prefixed M-o ([a1d06d5](a1d06d5)) * **avy:** use at-full and closest for goto-line ([92db43c](92db43c)) * **completionist:** re-bind to user-prefixed forward slash ([c6e857d](c6e857d)) * **corfu:** C-j inserts ([eaf7474](eaf7474)) * **flymake:** fix indicator-type to fringes ([2b67ad4](2b67ad4)) * **hideshow:** enable in prog(-like) modes, re-bind keys ([cadd5dd](cadd5dd)) * **lsp-sonarlint:** update configuration ([b94faf4](b94faf4)) * **partial-recall:** enable new hygiene behavior ([833a09c](833a09c)) * **repeat:** set repeat-exit-key to q ([c542ea6](c542ea6)) * **surround:** remove broken general keymap binding ([2108335](2108335)) * **various:** rebind user-prefixed k, i and o ([bda5708](bda5708)) ### Bug Fixes * **find-project-tasks-heading:** don't set override to nil ([2b3e53a](2b3e53a)) ### Improvements * **ace-window:** add partial-recall buffer switch to dispatch ([5f01fe0](5f01fe0)) * **ace-window:** use common macro ([3a7c312](3a7c312)) * **avy:** order goto-line using line number ([addad3e](addad3e)) * **config,org-agenda:** package tag search as custom command ([4c436e7](4c436e7)) * **config:** re-order sections and code ([1eeeaa4](1eeeaa4)) * **consult:** hide buffers of agenda source ([1a81b42](1a81b42)) * **dap-mode:** create custom global minor mode with bindings ([7b8a9b3](7b8a9b3)) * **prelude:** allow setting Emacs version used ([001d9c9](001d9c9)) * **transpose-frame:** extend on explanation why it is useful ([f9ff479](f9ff479))
- Loading branch information
1 parent
1eeeaa4
commit f45cf03
Showing
4 changed files
with
41 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.0 | ||
;; Version: 2.4.1 | ||
;; Package-Requires: ((emacs "29.1")) | ||
|
||
;;; Commentary: | ||
|