diff options
author | Thanos Apollo <[email protected]> | 2023-08-26 14:18:02 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-08-26 14:18:02 +0300 |
commit | 83caa3ec03321d1a44a17b19ec13c588254bb63c (patch) | |
tree | 9463192523126db9b5f9e1fe05948e02fe88f002 /emacs.org | |
parent | d8a98f7c4913fcc47783e32c53011c5746eaf1fc (diff) |
emacs: Add transmission
Diffstat (limited to 'emacs.org')
-rwxr-xr-x | emacs.org | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -67,7 +67,8 @@ Request the following packages: org-superstar pdf-tools org-auto-tangle sly org-download eshell-git-prompt eshell-vterm hackernews circe gptel beacon ement mu4e-alert - pass eat nov yeetube stumpwm-mode telega)) + pass eat nov yeetube stumpwm-mode telega + transmission)) #+end_src ** Installation & activation Set ~package-archives~, and install packages @@ -133,7 +134,8 @@ Fonts and basic appearance settings for each device vterm-mode telega-chat-mode-hook telega-root-mode-hook - nov-mode-hook)) + nov-mode-hook + transmission-mode-hook)) (add-hook mode (lambda () (display-line-numbers-mode 0)))) |