summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--config.org8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.org b/config.org index 1deb6cf..8f101d0 100644 --- a/config.org +++ b/config.org
@@ -337,17 +337,17 @@ Let’s configure Emacs using Org mode, they said. It’ll be fun, they said.
337 "Linux Libertine Mono O-11" 337 "Linux Libertine Mono O-11"
338 "Go Mono-10" 338 "Go Mono-10"
339 "Consolas-10")) 339 "Consolas-10"))
340 340
341 (set-face-attribute 'variable-pitch nil 341 (set-face-attribute 'variable-pitch nil
342 :font 342 :font
343 (font-candidate 343 (font-candidate
344 "Libertinus Serif-13" 344 "Libertinus Serif-13"
345 "Linux Libertine O-12" 345 "Linux Libertine O-12"
346 "Georgia-11")) 346 "Georgia-11"))
347
348 (remove-hook 'window-setup-hook #'acdw/setup-fonts)))
349 347
350 (add-hook 'window-setup-hook #'acdw/setup-fonts) 348 (remove-function after-focus-change-function #'acdw/setup-fonts)))
349
350 (add-function :before after-focus-change-function #'acdw/setup-fonts)
351#+end_src 351#+end_src
352 352
353**** Variable-pitch in text modes 353**** Variable-pitch in text modes