From 3e7b3c09b881467cd96875be76d19dfe211a4f3e Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sat, 28 Jun 2025 15:20:29 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Disable=20variable=20pitch=20mod?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.org | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) 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