From d606ca6e0d207737a3547104e027b30f965ca7e9 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Fri, 25 Oct 2019 11:43:51 +0900 Subject: [PATCH] Add comment --- emacs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs.el b/emacs.el index cf76f72..cff5118 100644 --- a/emacs.el +++ b/emacs.el @@ -2400,6 +2400,7 @@ Any output will be written to current buffer." (add-hook 'dired-mode-hook (lambda () (setq revert-buffer-function + ;; TODO: Define function name (lambda (arg noconfirm) (dired-revert arg noconfirm) (dired-k-no-revert)))))