From 84c7e7796b9a60403a2ad4ce13e6d22887a95e4e Mon Sep 17 00:00:00 2001 From: Bobby Bingham Date: Fri, 24 Apr 2020 17:50:42 -0500 Subject: emacs: don't enlarge org mode headings --- emacs/.emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'emacs/.emacs.d') 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 -- cgit v1.2.3