diff options
author | Case Duckworth | 2021-01-01 10:55:47 -0600 |
---|---|---|
committer | Case Duckworth | 2021-01-01 10:55:47 -0600 |
commit | 672962d5537312de462c36fe9124cfae4b5f8e25 (patch) | |
tree | 19f901d3bd91e8bfe1cf4b6da969fbceaab6b003 | |
parent | Comment out circadian (diff) | |
download | emacs-672962d5537312de462c36fe9124cfae4b5f8e25.tar.gz emacs-672962d5537312de462c36fe9124cfae4b5f8e25.zip |
Change fonts
-rw-r--r-- | config.org | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/config.org b/config.org index b50b1ab..f9420e4 100644 --- a/config.org +++ b/config.org | |||
@@ -423,20 +423,14 @@ Anyway, I should probably be able to figure out how to properly change the theme | |||
423 | :height 100))) | 423 | :height 100))) |
424 | 424 | ||
425 | (set-face-from-alternatives 'fixed-pitch | 425 | (set-face-from-alternatives 'fixed-pitch |
426 | '(("Linux Libertine Mono O" | 426 | '(("Linux Libertine Mono O") |
427 | :height 110) | 427 | ("Go Mono") |
428 | ("Go Mono" | 428 | ("Consolas"))) |
429 | :height 100) | ||
430 | ("Consolas" | ||
431 | :height 100))) | ||
432 | 429 | ||
433 | (set-face-from-alternatives 'variable-pitch | 430 | (set-face-from-alternatives 'variable-pitch |
434 | '(("Libertinus Serif" | 431 | '(("Libertinus Serif") |
435 | :height 110) | 432 | ("Linux Libertine O") |
436 | ("Linux Libertine O" | 433 | ("Georgia"))) |
437 | :height 120) | ||
438 | ("Georgia" | ||
439 | :height 110))) | ||
440 | 434 | ||
441 | (remove-function after-focus-change-function #'acdw/setup-fonts))) | 435 | (remove-function after-focus-change-function #'acdw/setup-fonts))) |
442 | 436 | ||
@@ -446,8 +440,8 @@ Anyway, I should probably be able to figure out how to properly change the theme | |||
446 | **** Custom faces | 440 | **** Custom faces |
447 | 441 | ||
448 | #+begin_src emacs-lisp | 442 | #+begin_src emacs-lisp |
449 | (custom-set-faces `(font-lock-comment-face | 443 | (cussface '(font-lock-comment-face |
450 | ((t (:inherit (custom-comment italic variable-pitch)))))) | 444 | ((t (:inherit (custom-comment italic variable-pitch)))))) |
451 | #+end_src | 445 | #+end_src |
452 | 446 | ||
453 | **** Line spacing | 447 | **** Line spacing |