From c757b859ac2f6dfbc0156d230104520d4d8e5d50 Mon Sep 17 00:00:00 2001 From: Ashley Duckworth Date: Fri, 22 Jan 2021 13:03:15 -0600 Subject: Add unicode-fonts, but keep it commented Seeing that "Package 'cl' is deprecated" in the minibuffer is so annoying, I've decided to see how long I can get away with not actually using this package. --- config.org | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'config.org') 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. (setq-default x-underline-at-descent-line t) #+end_src +*** COMMENT Unicode fonts + +=unicode-fonts= pulls in some other packages that still require the +deprecated =cl= library. I'm including this stuff here because it's +good to have, ready to use, but I'm holding off on actually including +it in my config -- thus the =COMMENT= in the header. + +#+begin_src emacs-lisp :noweb-ref packages + (straight-use-package 'unicode-fonts) + (require 'unicode-fonts) +#+end_src + +#+begin_src emacs-lisp :noweb-ref modes + (unicode-fonts-setup) +#+end_src + ** Theming *** Modus themes :package: -- cgit 1.4.1-21-gabe81