diff options
-rw-r--r-- | config.org | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/config.org b/config.org index 64d7adc..b42f5f8 100644 --- a/config.org +++ b/config.org | |||
@@ -337,9 +337,9 @@ underline below all the text. | |||
337 | deprecated =cl= library. So, I've forked those libraries to require | 337 | deprecated =cl= library. So, I've forked those libraries to require |
338 | =cl-lib= instead. | 338 | =cl-lib= instead. |
339 | 339 | ||
340 | *** First: un-fuck =font-utils= and =list-utils= | 340 | *** First: un-fuck =font-utils= and =list-utils= ... and =persistent-soft= |
341 | 341 | ||
342 | **** List-utils first | 342 | **** List-utils |
343 | 343 | ||
344 | Since =font-utils= depends on =list-utils=, if I load the former first, it | 344 | Since =font-utils= depends on =list-utils=, if I load the former first, it |
345 | pulls in the unpatched latter. /So/ I need to do =list-utils= first. | 345 | pulls in the unpatched latter. /So/ I need to do =list-utils= first. |
@@ -356,6 +356,15 @@ complains), I need to fork and change that to a =cl-lib=. | |||
356 | :fork (:repo "duckwork/list-utils"))) | 356 | :fork (:repo "duckwork/list-utils"))) |
357 | #+end_src | 357 | #+end_src |
358 | 358 | ||
359 | **** Persistent-soft | ||
360 | |||
361 | #+begin_src emacs-lisp :noweb-ref packages | ||
362 | (straight-use-package '(persistent-soft | ||
363 | :host github | ||
364 | :repo "rolandwalker/persistent-soft" | ||
365 | :fork (:repo "duckwork/persistent-soft"))) | ||
366 | #+end_src | ||
367 | |||
359 | **** Font-utils | 368 | **** Font-utils |
360 | 369 | ||
361 | I was able to actually create a [[https://github.com/rolandwalker/font-utils/pull/2][PR]] for this one, so fingers crossed. | 370 | I was able to actually create a [[https://github.com/rolandwalker/font-utils/pull/2][PR]] for this one, so fingers crossed. |