Skip to content

Commit

Permalink
chore(release): 2.4.6 [skip ci]
Browse files Browse the repository at this point in the history
## [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
semantic-release-bot committed Oct 27, 2024
1 parent e704d2a commit 708696b
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [2.4.6](https://github.com/Walheimat/wal-emacs/compare/v2.4.5...v2.4.6) (2024-10-27)

### Configurations

* **hungry-delete:** add package and use for lisp-mode ([f6bfb58](https://github.com/Walheimat/wal-emacs/commit/f6bfb584682515cb4bb315f7ee7154b41fd00ef9))
* **project:** add deno.json as a root marker ([70a0c87](https://github.com/Walheimat/wal-emacs/commit/70a0c874099189291cde10772be6008bc63e069f))
* **tab-bar:** set truncated-max to 8 ([c3499f9](https://github.com/Walheimat/wal-emacs/commit/c3499f99d2fd7534f8944c3c93fc30af5c314857))

### Bug Fixes

* **markdown-mode:** double-quote file ([8b1611f](https://github.com/Walheimat/wal-emacs/commit/8b1611fc69057b1d68437bb8487d536c3ef1af58))

### Improvements

* **consult,org-agenda:** narrow consult-buffer to agenda ([ebfb9d7](https://github.com/Walheimat/wal-emacs/commit/ebfb9d745c81ef4334f6ed8a5059b33c9676c979))
* **hungry-delete:** also activate for lisp-data-mode ([3933f3e](https://github.com/Walheimat/wal-emacs/commit/3933f3ec51b7949c8ecea0256592102ad80f198e))
* **jinx:** add predicate to exclude JavaScript exports ([311cdc1](https://github.com/Walheimat/wal-emacs/commit/311cdc17ace979a1a6c95c4488a0433cf8f665cb))
* **wal-supernova:** raise user-error when no target exists ([30697e9](https://github.com/Walheimat/wal-emacs/commit/30697e9c80c131d79b7e5367c2c859f05e0d1d4b))

### Other

* **ship-mate:** select command for alternate ([e704d2a](https://github.com/Walheimat/wal-emacs/commit/e704d2af5da9de70e3fc759ccdc7f9d7b553a792))
* **useful,consult:** user-prefixed backslash ([e07ca75](https://github.com/Walheimat/wal-emacs/commit/e07ca7517d6e22c1a257e2a766424e8f88015d48))
* **various:** use C for maps/transients, M for alternate keys ([a813761](https://github.com/Walheimat/wal-emacs/commit/a813761cbbcdc512520d450d5b5a5f5bb9d58f05))

## [2.4.5](https://github.com/Walheimat/wal-emacs/compare/v2.4.4...v2.4.5) (2024-10-13)

### Configurations
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
PACKAGE_MARKER=$(HOME)/.emacs.d/elpa/whale-line/whale-line.el

PACKAGE_NAME=wal-emacs
CURRENT_PACKAGE_VERSION=2.4.5
CURRENT_PACKAGE_VERSION=2.4.6
LOCAL_DEPS=build
LOCAL_PHONY_DEPS=ensure-init $(PACKAGE_MARKER)
CI_DEPS=build
Expand Down
2 changes: 1 addition & 1 deletion lib/wal-config.org
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Example for advising =:around=.
#+BEGIN_SRC emacs-lisp
;;; wal-config.el --- Walheimat's literate Emacs configuration. -*- lexical-binding: t -*-

;; Version: 2.4.5
;; Version: 2.4.6
;; Package-Requires: ((emacs "28.1"))

;;; Commentary:
Expand Down
2 changes: 1 addition & 1 deletion wal.el
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 708696b

Please sign in to comment.