From 40b866e2131017d1c462f5241c70a62eeb392fae Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 16 Feb 2021 06:28:14 -0800 Subject: emacs: UI things related to org-mode --- emacs/custom/fcuny-ui.el | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'emacs/custom') diff --git a/emacs/custom/fcuny-ui.el b/emacs/custom/fcuny-ui.el index 2bb8526..181d6dc 100644 --- a/emacs/custom/fcuny-ui.el +++ b/emacs/custom/fcuny-ui.el @@ -34,13 +34,8 @@ (modus-themes-completions nil) (modus-themes-region 'bg-only-no-extend) (modus-themes-diffs 'bg-only) - (modus-themes-variable-pitch-headings t) - (modus-themes-scale-headings t) - (modus-themes-scale-1 1.1) - (modus-themes-scale-2 1.15) - (modus-themes-scale-3 1.21) - (modus-themes-scale-4 1.27) - (modus-themes-scale-5 1.33)) + (modus-themes-variable-pitch-headings nil) + (modus-themes-scale-headings nil)) (use-package diminish :ensure t) -- cgit 1.4.1