From 6d6c3875a06887fccc79f61285b925ca21d74948 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Thu, 24 Oct 2019 15:15:03 +0900 Subject: [PATCH] Fix fsest --- emacs.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index c25da5d..7f6a3a4 100644 --- a/emacs.el +++ b/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