💄 Disable variable pitch mode
All checks were successful
Publish / publish (push) Successful in 13s

This commit is contained in:
Marcel Kapfer 2025-06-28 15:20:29 +02:00
parent 6126dc36da
commit 3e7b3c09b8
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09

View file

@ -542,19 +542,19 @@ Installing and enabling ef-themes.
(use-package ef-themes (use-package ef-themes
:init :init
(setq ef-themes-to-toggle '(ef-eagle ef-owl)) (setq ef-themes-to-toggle '(ef-eagle ef-owl))
(setq ef-themes-mixed-fonts t) (setq ef-themes-mixed-fonts nil)
(setq ef-themes-headings (setq ef-themes-headings nil)
'((0 . (variable-pitch light 1.9)) ;;'((0 . (variable-pitch light 1.9))
(1 . (variable-pitch light 1.8)) ;; (1 . (variable-pitch light 1.8))
(2 . (variable-pitch regular 1.7)) ;; (2 . (variable-pitch regular 1.7))
(3 . (variable-pitch regular 1.6)) ;; (3 . (variable-pitch regular 1.6))
(4 . (variable-pitch regular 1.5)) ;; (4 . (variable-pitch regular 1.5))
(5 . (variable-pitch 1.4)) ;; (5 . (variable-pitch 1.4))
(6 . (variable-pitch 1.3)) ;; (6 . (variable-pitch 1.3))
(7 . (variable-pitch 1.2)) ;; (7 . (variable-pitch 1.2))
(t . (variable-pitch 1.1)))) ;; (t . (variable-pitch 1.1))))
:config :config
(load-theme 'ef-owl t)) (load-theme 'ef-eagle t))
#+end_src #+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)) :hook (org-mode . efs/org-mode-visual-fill))
(add-hook 'org-mode-hook (lambda () (add-hook 'org-mode-hook (lambda ()
(display-line-numbers-mode -1) (display-line-numbers-mode -1)))
(variable-pitch-mode))) ; (variable-pitch-mode)))
#+end_src #+end_src
** Hooks ** Hooks