about summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-01-26 12:13:39 -0600
committerCase Duckworth2021-01-26 12:13:39 -0600
commitfa887487e6fcd217330edfa8fa14a7fe4dbfa782 (patch)
tree1d02bc28eeff122b22cef1fd9cd7b1d2076fc4a8 /config.org
parentChange initial-scratch-message to one line (diff)
downloademacs-fa887487e6fcd217330edfa8fa14a7fe4dbfa782.tar.gz
emacs-fa887487e6fcd217330edfa8fa14a7fe4dbfa782.zip
Add cl-lib fork of persistent-soft
My fork hasn't been tested, so I'm not going to do a PR yet.
Diffstat (limited to 'config.org')
-rw-r--r--config.org13
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.
337deprecated =cl= library. So, I've forked those libraries to require 337deprecated =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
344Since =font-utils= depends on =list-utils=, if I load the former first, it 344Since =font-utils= depends on =list-utils=, if I load the former first, it
345pulls in the unpatched latter. /So/ I need to do =list-utils= first. 345pulls 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
361I was able to actually create a [[https://github.com/rolandwalker/font-utils/pull/2][PR]] for this one, so fingers crossed. 370I was able to actually create a [[https://github.com/rolandwalker/font-utils/pull/2][PR]] for this one, so fingers crossed.