summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorBobby Bingham <koorogi@koorogi.info>2020-04-24 17:50:42 -0500
committerBobby Bingham <koorogi@koorogi.info>2021-02-06 10:39:37 -0600
commit84c7e7796b9a60403a2ad4ce13e6d22887a95e4e (patch)
tree3e32310c668c26ba1ec121d573e84ea15ddc57d5 /emacs
parent0d4d64b5c31ad8457c599e9121d22e9bb262cd10 (diff)
emacs: don't enlarge org mode headings
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index b5df141..8b63995 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -154,6 +154,9 @@
;; --- GENERAL PREFERENCES ---
(setq-default
+ ;; --- THEME CONFIGURATION ---
+ dracula-enlarge-headings nil
+
;; -- TABS AND INDENTATION --
;; Set tab stops to every four spaces
tab-width 4