diff options
-rw-r--r-- | config.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.org b/config.org index 0ac8088..7dfa249 100644 --- a/config.org +++ b/config.org | |||
@@ -448,8 +448,9 @@ I want my cursor to be a bar in focused windows, but a hollow box in non-focused | |||
448 | (cuss cursor-in-non-selected-windows 'hollow) | 448 | (cuss cursor-in-non-selected-windows 'hollow) |
449 | #+end_src | 449 | #+end_src |
450 | 450 | ||
451 | * Fonts | 451 | * Typesetting |
452 | 452 | ||
453 | ** Fonts | ||
453 | This is the best way I've come up with to specify a number of different fonts that apply depending on what's applied. To be honest, I didn't really come up with the =font-candidate= function, though -- I got it from the [[https://www.emacswiki.org/emacs/SetFonts#toc11]["Testing if fonts are available?"]] section of the SetFonts page on EmacsWiki. | 454 | This is the best way I've come up with to specify a number of different fonts that apply depending on what's applied. To be honest, I didn't really come up with the =font-candidate= function, though -- I got it from the [[https://www.emacswiki.org/emacs/SetFonts#toc11]["Testing if fonts are available?"]] section of the SetFonts page on EmacsWiki. |
454 | 455 | ||
455 | See [[https://emacs.stackexchange.com/questions/12351/when-to-call-find-font-if-launching-emacs-in-daemon-mode][this StackExchange question and answer]] for more information on why I have these font settings applied in a hook. | 456 | See [[https://emacs.stackexchange.com/questions/12351/when-to-call-find-font-if-launching-emacs-in-daemon-mode][this StackExchange question and answer]] for more information on why I have these font settings applied in a hook. |