瀏覽代碼

Fix fsest

master
10sr 5 年之前
父節點
當前提交
6d6c3875a0
簽署人: 10sr GPG 金鑰 ID: 7BEC428194130EB2
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. +2
    -1
      emacs.el

+ 2
- 1
emacs.el 查看文件

@@ -2380,7 +2380,8 @@ Any output will be written to current buffer."
(when (fboundp 'dired-k)
(set-variable 'dired-k-style 'git)
;; What is the best way of doing this?
(fset 'dired-k--highlight-by-file-attribyte 'ignore)
(with-eval-after-load 'dired-k
(fset 'dired-k--highlight-by-file-attribyte 'ignore))
;; (set-variable 'dired-k-size-colors
;; `((,most-positive-fixnum)))
;; (set-variable 'dired-k-date-colors


Loading…
取消
儲存