From a8b09154b9e7d47fc6c95a98358fc0457dcab11a Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Mon, 27 Oct 2025 08:31:45 +0200 Subject: emacs: Enable downcase-region --- emacs/.config/emacs/shared/custom.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs/.config/emacs/shared/custom.el b/emacs/.config/emacs/shared/custom.el index e231691..5338e3b 100644 --- a/emacs/.config/emacs/shared/custom.el +++ b/emacs/.config/emacs/shared/custom.el @@ -15,4 +15,5 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. ) +(put 'downcase-region 'disabled nil) (put 'upcase-region 'disabled nil) -- cgit v1.2.3