From 1be2ef27892265e03d154114204af3afa0ef2354 Mon Sep 17 00:00:00 2001 From: mattkae Date: Fri, 23 Dec 2022 11:49:58 -0500 Subject: Some quick fixes for performance sake --- init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'init.el') diff --git a/init.el b/init.el index 7f4ceca..42d5846 100644 --- a/init.el +++ b/init.el @@ -105,3 +105,4 @@ '(org-table ((t (:inherit fixed-pitch :foreground "#83a598")))) '(org-tag ((t (:inherit (shadow fixed-pitch) :weight bold :height 0.8)))) '(org-verbatim ((t (:inherit (shadow fixed-pitch)))))) +(put 'downcase-region 'disabled nil) -- cgit v1.2.1