summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.el b/init.el index b11a035..37a9d06 100644 --- a/init.el +++ b/init.el
@@ -210,10 +210,10 @@
210 (with-eval-after-load 'dired 210 (with-eval-after-load 'dired
211 (acdw/system 211 (acdw/system
212 (:work (:straight w32-browser) 212 (:work (:straight w32-browser)
213 (autoload 'dired-w32-browser "w32-browser") 213 (autoload #'dired-w32-browser "w32-browser" nil t)
214 (:bind "RET" #'dired-w32-browser)) 214 (:bind "RET" #'dired-w32-browser))
215 (:home (:straight dired-open) 215 (:home (:straight dired-open)
216 (require 'dired-open) 216 (autoload #'dired-find-alternate-file "dired-open" nil t)
217 (:bind "RET" #'dired-find-alternate-file))) 217 (:bind "RET" #'dired-find-alternate-file)))
218 218
219 (:straight dired-subtree) 219 (:straight dired-subtree)