From 45e1e7c89f80f2a34fa0ebe4f8af413d160759bd Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Thu, 25 Sep 2025 11:26:38 -0500 Subject: Stop using Transmission for torrents --- common/.emacs.d/init.el | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'common/.emacs.d/init.el') diff --git a/common/.emacs.d/init.el b/common/.emacs.d/init.el index 0a17db2..6594017 100644 --- a/common/.emacs.d/init.el +++ b/common/.emacs.d/init.el @@ -3898,10 +3898,6 @@ instead." :config (setq kana-loop-speed 3.0)) -(use-package transmission - :if (group-enabled-p 'torrents) - :ensure t) - (use-package magit :ensure t :init @@ -4009,7 +4005,6 @@ instead." (define-rrr browser browse-url-firefox-program ".*[Ff]irefox.*") (define-rrr process-viewer "proced" "\\*Proced\\*") (define-rrr agenda "org-agenda-list" "\\*Org Agenda\\*") - (define-rrr torrents "transmission" "^\\*transmission\\*$") (define-rrr networks "nmtui" "nmtui") (define-rrr bluetooth "bluetuith" "bluetuith") (define-rrr mixer "pulsemixer" "pulsemixer") @@ -4280,7 +4275,7 @@ instead." ("s-x p" process-viewer) ("s-x e" email) ("s-x c" jabber-global-keymap) - ("s-x t" torrents) + ("s-x t" downloads) ("s-x v" empv-toggle-video) ("s-x w" networks) ("s-x W" bluetooth) -- cgit v1.2.3