summaryrefslogtreecommitdiff
path: root/common/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'common/.emacs.d')
-rw-r--r--common/.emacs.d/init.el7
1 files changed, 1 insertions, 6 deletions
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)