From cd31c110116f6337f87b91176e8dcde278c408e2 Mon Sep 17 00:00:00 2001 From: bd Date: Sat, 13 Dec 2025 23:37:23 -0500 Subject: emacs: enable upcase/downcase region --- .config/emacs/init.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.config') diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 8deff07..23070b5 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -23,6 +23,11 @@ (keymap-global-set "C-x C-b" #'ibuffer) (keymap-global-set "C-c SPC" #'pop-to-mark-command) +(mapc + (lambda (command) + (put command 'disabled nil)) + '(upcase-region downcase-region)) + (setopt warning-minimum-level :error inhibit-startup-message t -- cgit v1.2.3