From ea50132388c9bdb06db913a5e74a66a39a341e41 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Fri, 25 Oct 2019 13:37:39 +0900 Subject: [PATCH] Remove comment --- emacs.el | 1 - 1 file changed, 1 deletion(-) diff --git a/emacs.el b/emacs.el index d4c949e..48d59f5 100644 --- a/emacs.el +++ b/emacs.el @@ -2380,7 +2380,6 @@ Any output will be written to current buffer." (define-key esc-map (kbd "C-s") 'swoop-multi) ) -;; dired-k seems to always create index.lock file so disabling temporarily (when (fboundp 'dired-k) (set-variable 'dired-k-style 'git)