summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
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