From bf794a52689c0eae0b0e42b840d18b83a90336f2 Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Tue, 17 Sep 2019 08:00:50 +0000 Subject: [PATCH] Added GGtags/Ctags, commented out Racket and window, fixed plantuml paths --- 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