From 5e64b6f00cd12eeee8a3bfe2722d5a7521b74853 Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Wed, 8 May 2019 11:15:11 -0500 Subject: [PATCH] Enabled upcase-region --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index dcc7bfb..3239e23 100644 --- a/init.el +++ b/init.el @@ -207,3 +207,4 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(default ((t (:family "Roboto Mono" :foundry "outline" :slant normal :weight normal :height 113 :width normal))))) +(put 'upcase-region 'disabled nil)