summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-12-01 20:11:29 -0600
committerCase Duckworth2020-12-01 20:11:29 -0600
commit688e5a96b56bca6f30b4f5a5e40850617024d980 (patch)
treef36c8c7d508f8dae13d92e3f12c1126f4b72b66f /config.org
parentAdd line-spacing (diff)
downloademacs-688e5a96b56bca6f30b4f5a5e40850617024d980.tar.gz
emacs-688e5a96b56bca6f30b4f5a5e40850617024d980.zip
Change organization
Diffstat (limited to 'config.org')
-rw-r--r--config.org3
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
453This 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. 454This 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
455See [[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. 456See [[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.