diff options
Diffstat (limited to 'config.org')
-rw-r--r-- | config.org | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/config.org b/config.org index 0b71e4c..9a449fc 100644 --- a/config.org +++ b/config.org | |||
@@ -302,6 +302,22 @@ underline below all the text. | |||
302 | (setq-default x-underline-at-descent-line t) | 302 | (setq-default x-underline-at-descent-line t) |
303 | #+end_src | 303 | #+end_src |
304 | 304 | ||
305 | *** COMMENT Unicode fonts | ||
306 | |||
307 | =unicode-fonts= pulls in some other packages that still require the | ||
308 | deprecated =cl= library. I'm including this stuff here because it's | ||
309 | good to have, ready to use, but I'm holding off on actually including | ||
310 | it in my config -- thus the =COMMENT= in the header. | ||
311 | |||
312 | #+begin_src emacs-lisp :noweb-ref packages | ||
313 | (straight-use-package 'unicode-fonts) | ||
314 | (require 'unicode-fonts) | ||
315 | #+end_src | ||
316 | |||
317 | #+begin_src emacs-lisp :noweb-ref modes | ||
318 | (unicode-fonts-setup) | ||
319 | #+end_src | ||
320 | |||
305 | ** Theming | 321 | ** Theming |
306 | 322 | ||
307 | *** Modus themes :package: | 323 | *** Modus themes :package: |