From dc95c8148e3c7d23cbfcc9fb5e24dc52adbb2114 Mon Sep 17 00:00:00 2001 From: noa Date: Sat, 22 Feb 2025 03:36:10 +0800 Subject: Quality of life updates for word case management --- emacs/init.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'emacs/init.el') diff --git a/emacs/init.el b/emacs/init.el index eb0b283..62c2738 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -262,6 +262,11 @@ (fill-paragraph nil))) (global-set-key (kbd "M-Q") #'unfill-paragraph) +(use-package simple + :bind (([remap capitalize-word] . capitalize-dwim) + ([remap downcase-word] . downcase-dwim) + ([remap upcase-word] . upcase-dwim))) + ;;; Reading mail ;; I keep coming back to rmail, despite its many, many warts. -- cgit 1.4.1-2-gfad0