diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.config/emacs-kj/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.config/emacs-kj/init.el b/emacs/.config/emacs-kj/init.el index 90ef01d..41cd59b 100644 --- a/emacs/.config/emacs-kj/init.el +++ b/emacs/.config/emacs-kj/init.el @@ -781,6 +781,7 @@ ;; Enabled commands (put 'narrow-to-region 'disabled nil) (put 'downcase-region 'disabled nil) +(put 'upcase-region 'disabled nil) (defun kj/modules (module-directory) (cl-loop for path in (f-files module-directory) |