diff options
| author | BardofSprites <[email protected]> | 2024-09-27 22:59:01 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2024-09-27 22:59:01 -0400 |
| commit | bc9371998c564a4161cafefc82dbc693a65dda37 (patch) | |
| tree | 0fc8ba00bfd0141d5b93997b53daf8a2d5e78910 /bard-emacs-modules/bard-emacs-writing.el | |
| parent | bdd8fa6eae65c4ba7fb2ca7e3381961e18cf8fda (diff) | |
zap to char
Diffstat (limited to 'bard-emacs-modules/bard-emacs-writing.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-writing.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bard-emacs-modules/bard-emacs-writing.el b/bard-emacs-modules/bard-emacs-writing.el index db32715..3bdec91 100644 --- a/bard-emacs-modules/bard-emacs-writing.el +++ b/bard-emacs-modules/bard-emacs-writing.el @@ -3,7 +3,8 @@ (use-package emacs :ensure t :bind - (("C-x i" . insert-char)) + (("C-x i" . insert-char) + ("M-z" . zap-to-char)) :config ;;; Sentence size (setq sentence-end-double-space nil) |
