summaryrefslogtreecommitdiff
path: root/.config/emacs/modules/bd--files.el
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-01-06 18:36:45 -0700
committerbd <bdunahu@operationnull.com>2025-01-06 18:36:45 -0700
commit5ced9532fa6c5ec80bc8ca850d7c5254bf51e729 (patch)
tree03f7b48efedc28249095f247372ce1f49a89e5f7 /.config/emacs/modules/bd--files.el
parent4db48f7097e8e6f6afcb93193fdd4047970a63e2 (diff)
Minor fixups, remove emacs-transmission, dwim-cursor-mode (C-a + M-m)
Diffstat (limited to '.config/emacs/modules/bd--files.el')
-rw-r--r--.config/emacs/modules/bd--files.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/.config/emacs/modules/bd--files.el b/.config/emacs/modules/bd--files.el
index f29383d..84d99e7 100644
--- a/.config/emacs/modules/bd--files.el
+++ b/.config/emacs/modules/bd--files.el
@@ -68,11 +68,6 @@
`((,(regexp-opt '(".pdf")) "pdftotext -nopgbrk -enc UTF-8 -eol unix -layout")
(,(regexp-opt '(".html")) "icecat &"))))
-(use-package transmission
- :bind
- (:map transmission-mode-map
- ("R" . #'transmission-move)))
-
(provide 'bd--files)
;;; bd--files.el ends here