Browse Source

Fix bug of dired-list-all-mode key definition

pull/15/head
10sr 8 years ago
parent
commit
b76cb5488b
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      emacs.el

+ 3
- 1
emacs.el View File

@@ -1580,7 +1580,7 @@ the list."
(when (autoload-eval-lazily 'dired-list-all-mode)
(setq dired-listing-switches "-lhF")
(with-eval-after-load 'dired
(local-set-key "a" 'dired-list-all-mode))))
(define-key dired-mode-map "a" 'dired-list-all-mode))))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; eshell
@@ -2072,4 +2072,6 @@ Commands are searched from ALIST."
read-string
completing-read)

()

;;; emacs.el ends here

Loading…
Cancel
Save