aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2021-08-27 09:12:53 -0600
committerKenny Ballou <kb@devnulllabs.io>2021-09-03 17:50:01 -0600
commit7c2f46aefaddf8a46b6fb9ad5588a2bb73f089d8 (patch)
tree6b9af4622240d0f26bfadb6a5c8ce1f4eaab3ca8
parentd8758760e5b5d50587ed21e2be29ab073eb1413b (diff)
downloaddotfiles-7c2f46aefaddf8a46b6fb9ad5588a2bb73f089d8.tar.gz
dotfiles-7c2f46aefaddf8a46b6fb9ad5588a2bb73f089d8.tar.xz
emacs: disable variable pitch (org) headings
Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
-rw-r--r--config/emacs/emacs.d/early-init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/emacs/emacs.d/early-init.el b/config/emacs/emacs.d/early-init.el
index d07ec62e..3ff60e55 100644
--- a/config/emacs/emacs.d/early-init.el
+++ b/config/emacs/emacs.d/early-init.el
@@ -88,7 +88,7 @@ https://git.sr.ht/~vdemeester/home/tree/master/item/tools/emacs/early-init.el#L2
(t . no-bold)))
(setq modus-themes-variable-pitch-ui nil)
- (setq modus-themes-variable-pitch-headings t)
+ (setq modus-themes-variable-pitch-headings nil)
(setq modus-themes-scale-headings t)
(setq modus-themes-scale-1 1.1)
(setq modus-themes-scale-2 1.15)