diff --git a/config.org b/config.org index 022a1d2..c183be0 100644 --- a/config.org +++ b/config.org @@ -542,19 +542,19 @@ Installing and enabling ef-themes. (use-package ef-themes :init (setq ef-themes-to-toggle '(ef-eagle ef-owl)) - (setq ef-themes-mixed-fonts t) - (setq ef-themes-headings - '((0 . (variable-pitch light 1.9)) - (1 . (variable-pitch light 1.8)) - (2 . (variable-pitch regular 1.7)) - (3 . (variable-pitch regular 1.6)) - (4 . (variable-pitch regular 1.5)) - (5 . (variable-pitch 1.4)) - (6 . (variable-pitch 1.3)) - (7 . (variable-pitch 1.2)) - (t . (variable-pitch 1.1)))) + (setq ef-themes-mixed-fonts nil) + (setq ef-themes-headings nil) + ;;'((0 . (variable-pitch light 1.9)) + ;; (1 . (variable-pitch light 1.8)) + ;; (2 . (variable-pitch regular 1.7)) + ;; (3 . (variable-pitch regular 1.6)) + ;; (4 . (variable-pitch regular 1.5)) + ;; (5 . (variable-pitch 1.4)) + ;; (6 . (variable-pitch 1.3)) + ;; (7 . (variable-pitch 1.2)) + ;; (t . (variable-pitch 1.1)))) :config - (load-theme 'ef-owl t)) + (load-theme 'ef-eagle t)) #+end_src @@ -1630,8 +1630,8 @@ From [[https://github.com/daviwil/emacs-from-scratch/blob/master/Emacs.org#cente :hook (org-mode . efs/org-mode-visual-fill)) (add-hook 'org-mode-hook (lambda () - (display-line-numbers-mode -1) - (variable-pitch-mode))) + (display-line-numbers-mode -1))) + ; (variable-pitch-mode))) #+end_src ** Hooks