From 49aa9fe1f579e2427c52eec0c7bf557a8976c5fb Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Thu, 14 Nov 2019 14:09:27 +0000
Subject: [PATCH] Added writegood mode, matlab and mips modes

---
 init.el |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/init.el b/init.el
index 6d711c7..5a19930 100644
--- a/init.el
+++ b/init.el
@@ -32,3 +32,5 @@
 ;; redirect to org config file
 (when (file-readable-p "~/.emacs.d/config.org")
   (org-babel-load-file "~/.emacs.d/config.org"))
+(put 'upcase-region 'disabled nil)
+(put 'downcase-region 'disabled nil)

--
Gitblit v1.9.3