Ver a proveniência

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

pull/15/head
10sr há 8 anos
ascendente
cometimento
b76cb5488b
1 ficheiros alterados com 3 adições e 1 eliminações
  1. +3
    -1
      emacs.el

+ 3
- 1
emacs.el Ver ficheiro

@@ -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

Carregando…
Cancelar
Guardar