added transmission
This commit is contained in:
parent
9e14baf7f5
commit
f9c9722351
8
conf.org
8
conf.org
|
@ -2758,6 +2758,12 @@ Since mu4e is an external program, need to check that it is installed before loa
|
||||||
(save-current-buffer
|
(save-current-buffer
|
||||||
(apply #'nd/exco-org-show-day-save date))))
|
(apply #'nd/exco-org-show-day-save date))))
|
||||||
#+END_SRC
|
#+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
|
* keybindings
|
||||||
For the sake of my sanity, all bindings go here. Note this means I don't use =:bind= in use-package forms.
|
For the sake of my sanity, all bindings go here. Note this means I don't use =:bind= in use-package forms.
|
||||||
** setup
|
** 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
|
(setq evil-collection-mode-list
|
||||||
'(anaconda-mode company comint custom debug dired doc-view
|
'(anaconda-mode company comint custom debug dired doc-view
|
||||||
ebib ediff flycheck helm help minibuffer mu4e
|
ebib ediff flycheck helm help minibuffer mu4e
|
||||||
profiler term which-key))
|
profiler term transmission which-key))
|
||||||
(setq evil-collection-setup-minibuffer t)
|
(setq evil-collection-setup-minibuffer t)
|
||||||
:config
|
:config
|
||||||
(evil-collection-init))
|
(evil-collection-init))
|
||||||
|
|
Loading…
Reference in New Issue