summaryrefslogtreecommitdiff
path: root/.config/emacs/modules/bd--files.el
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2024-12-21 00:36:38 -0500
committerbd <bdunahu@operationnull.com>2024-12-21 00:36:38 -0500
commit0f2188dea14a19fa808da2261816318c8814846b (patch)
treeb3fb2ca2c707aa10917c6cbcaf915af0398605b6 /.config/emacs/modules/bd--files.el
parent8c56be82235e4112210b7990ca4dd1f761fa1401 (diff)
use-package more hints when to laod, exwm+server not ask start twice
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)))