Fix typos

This commit is contained in:
Case Duckworth 2021-09-03 22:52:00 -05:00
parent ae23844686
commit bf6f31aa8e
1 changed files with 2 additions and 2 deletions

View File

@ -210,10 +210,10 @@
(with-eval-after-load 'dired
(acdw/system
(:work (:straight w32-browser)
(autoload 'dired-w32-browser "w32-browser")
(autoload #'dired-w32-browser "w32-browser" nil t)
(:bind "RET" #'dired-w32-browser))
(:home (:straight dired-open)
(require 'dired-open)
(autoload #'dired-find-alternate-file "dired-open" nil t)
(:bind "RET" #'dired-find-alternate-file)))
(:straight dired-subtree)