diff --git a/conf.org b/conf.org index c14c0e2..cd5e356 100644 --- a/conf.org +++ b/conf.org @@ -2758,6 +2758,12 @@ Since mu4e is an external program, need to check that it is installed before loa (save-current-buffer (apply #'nd/exco-org-show-day-save date)))) #+END_SRC +** transmission +Assumes that =transmission-cli= is installed (official Arch package) and that the transmission-daemon is running (=systemctl start transmission=). +#+BEGIN_SRC emacs-lisp +(use-package transmission + :ensure t) +#+END_SRC * keybindings For the sake of my sanity, all bindings go here. Note this means I don't use =:bind= in use-package forms. ** setup @@ -2929,7 +2935,7 @@ Most packages that don't have an evil version are in this one. Some don't behave (setq evil-collection-mode-list '(anaconda-mode company comint custom debug dired doc-view ebib ediff flycheck helm help minibuffer mu4e - profiler term which-key)) + profiler term transmission which-key)) (setq evil-collection-setup-minibuffer t) :config (evil-collection-init))