summary refs log tree commit diff
path: root/config/init-ui.el
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-08-31 11:48:17 -0700
committerFranck Cuny <franck@fcuny.net>2024-08-31 11:48:17 -0700
commit37945275ac8a491d1c94b8b7d8c63694bf4c80fd (patch)
treebcad4c80a12f759c6765f395bff3de2de3047135 /config/init-ui.el
parenta mix of stuff for denote / org / dired (diff)
downloademacs.d-37945275ac8a491d1c94b8b7d8c63694bf4c80fd.tar.gz
more configuration changes for org-mode
Diffstat (limited to '')
-rw-r--r--config/init-ui.el8
1 files changed, 1 insertions, 7 deletions
diff --git a/config/init-ui.el b/config/init-ui.el
index aac576e..d19da49 100644
--- a/config/init-ui.el
+++ b/config/init-ui.el
@@ -73,13 +73,7 @@
   (ef-themes-mixed-fonts t)
   (ef-themes-disable-other-themes t)
   :config
-  (ef-themes-select 'ef-light)
-  (setq ef-themes-to-toggle '(ef-cyprus ef-deuteranopia-light))
-  (setq ef-themes-headings ; read the manual's entry or the doc string
-        '((0 . (variable-pitch light 1.3))
-          (1 . (variable-pitch light 1.2))
-          (2 . (variable-pitch regular 1.1))
-          (t . (variable-pitch 1.0)))))
+  (ef-themes-select 'ef-cyprus))
 
 (provide 'init-ui)
 ;;; init-ui.el ends here