diff options
| -rw-r--r-- | emacs/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index b78a9ad..24ee3ee 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -138,6 +138,7 @@ ;; Dired (use-package dired + :bind (:map dired-mode-map ("b" . dired-up-directory)) :defer t :custom (dired-listing-switches (concat dired-listing-switches " -h"))) |
