From fa887487e6fcd217330edfa8fa14a7fe4dbfa782 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 26 Jan 2021 12:13:39 -0600 Subject: Add cl-lib fork of persistent-soft My fork hasn't been tested, so I'm not going to do a PR yet. --- config.org | 13 +++++++++++-- 1 file 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. deprecated =cl= library. So, I've forked those libraries to require =cl-lib= instead. -*** First: un-fuck =font-utils= and =list-utils= +*** First: un-fuck =font-utils= and =list-utils= ... and =persistent-soft= -**** List-utils first +**** List-utils Since =font-utils= depends on =list-utils=, if I load the former first, it 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=. :fork (:repo "duckwork/list-utils"))) #+end_src +**** Persistent-soft + +#+begin_src emacs-lisp :noweb-ref packages + (straight-use-package '(persistent-soft + :host github + :repo "rolandwalker/persistent-soft" + :fork (:repo "duckwork/persistent-soft"))) +#+end_src + **** Font-utils I was able to actually create a [[https://github.com/rolandwalker/font-utils/pull/2][PR]] for this one, so fingers crossed. -- cgit 1.4.1-21-gabe81