浏览代码

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

pull/15/head
10sr 8 年前
父节点
当前提交
b76cb5488b
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. +3
    -1
      emacs.el

+ 3
- 1
emacs.el 查看文件

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

正在加载...
取消
保存