summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2022-12-23 11:49:58 -0500
committermattkae <mattkae@protonmail.com>2022-12-23 11:49:58 -0500
commit1be2ef27892265e03d154114204af3afa0ef2354 (patch)
tree4689ad2d596685ca9cd8c8dfcaf94e7f4dae69f6 /init.el
parent3593ec5d351aef3443817fd2837edcb87d62b9fd (diff)
Some quick fixes for performance sake
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
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)