Browse Source

Fix fsest

master
10sr 5 years ago
parent
commit
6d6c3875a0
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      emacs.el

+ 2
- 1
emacs.el View File

@@ -2380,7 +2380,8 @@ Any output will be written to current buffer."
(when (fboundp 'dired-k) (when (fboundp 'dired-k)
(set-variable 'dired-k-style 'git) (set-variable 'dired-k-style 'git)
;; What is the best way of doing this? ;; 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 ;; (set-variable 'dired-k-size-colors
;; `((,most-positive-fixnum))) ;; `((,most-positive-fixnum)))
;; (set-variable 'dired-k-date-colors ;; (set-variable 'dired-k-date-colors


Loading…
Cancel
Save