summaryrefslogtreecommitdiff
path: root/.config/emacs/modules/bd--files.el
diff options
context:
space:
mode:
Diffstat (limited to '.config/emacs/modules/bd--files.el')
-rw-r--r--.config/emacs/modules/bd--files.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/emacs/modules/bd--files.el b/.config/emacs/modules/bd--files.el
index c242487..4e19c11 100644
--- a/.config/emacs/modules/bd--files.el
+++ b/.config/emacs/modules/bd--files.el
@@ -4,6 +4,7 @@
(use-package recentf
+ :demand t
:init
(recentf-mode 1)
:config
@@ -53,6 +54,7 @@
(advice-add #'find-file :around #'bd/external-find-file-wrapper)
(use-package dired
+ :demand t
:bind
(("C-c d" . dired-jump))
:config
@@ -66,7 +68,6 @@
(,(regexp-opt '(".html")) "icecat &"))))
(use-package transmission
- :defer t
:bind
(:map transmission-mode-map
("R" . #'transmission-move)))