-
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.6](v2.4.5...v2.4.6) (2024-10-27) ### Configurations * **hungry-delete:** add package and use for lisp-mode ([f6bfb58](f6bfb58)) * **project:** add deno.json as a root marker ([70a0c87](70a0c87)) * **tab-bar:** set truncated-max to 8 ([c3499f9](c3499f9)) ### Bug Fixes * **markdown-mode:** double-quote file ([8b1611f](8b1611f)) ### Improvements * **consult,org-agenda:** narrow consult-buffer to agenda ([ebfb9d7](ebfb9d7)) * **hungry-delete:** also activate for lisp-data-mode ([3933f3e](3933f3e)) * **jinx:** add predicate to exclude JavaScript exports ([311cdc1](311cdc1)) * **wal-supernova:** raise user-error when no target exists ([30697e9](30697e9)) ### Other * **ship-mate:** select command for alternate ([e704d2a](e704d2a)) * **useful,consult:** user-prefixed backslash ([e07ca75](e07ca75)) * **various:** use C for maps/transients, M for alternate keys ([a813761](a813761))
- Loading branch information
1 parent
e704d2a
commit 708696b
Showing
4 changed files
with
28 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.5 | ||
;; Version: 2.4.6 | ||
;; Package-Requires: ((emacs "29.1")) | ||
|
||
;;; Commentary: | ||
|