From 3a5e870f3d56fcc12d39b0533307edf28bd9447a Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Tue, 11 May 2021 20:49:24 +0200 Subject: [PATCH] SLY: Add transmission, cl-yason and notmuch to nyxt-ad-hoc-deps. --- .emacs.d/lisp/init-sly.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.emacs.d/lisp/init-sly.el b/.emacs.d/lisp/init-sly.el index 1549e568..5ed3674c 100644 --- a/.emacs.d/lisp/init-sly.el +++ b/.emacs.d/lisp/init-sly.el @@ -33,7 +33,12 @@ This dump is expected to be generated by `lisp-repl-core-dumper'." "guix" ; For OSPM. "password-store" ;; For xdg-open: - "xdg-utils")) + "xdg-utils" + ;; For magnet link support: + "transmission" + ;; For nx-notmuch: + "cl-yason" + "notmuch")) (nyxt-command `("guix" "environment" "--pure" "--preserve=^PERSONAL$" ; To find personal config, like engines and bookmarks. "-l" ,(expand-file-name "~/common-lisp/nyxt/build-scripts/guix.scm")