tools/dired: dired-k-style = nil (default)

This commit is contained in:
Henrik Lissner 2018-03-19 23:56:22 -04:00
parent 1031a9105f
commit a8b79187a4
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -43,7 +43,6 @@
(def-package! dired-k
:after dired
:config
(setq dired-k-style 'git)
(add-hook 'dired-initial-position-hook #'dired-k)
(add-hook 'dired-after-readin-hook #'dired-k-no-revert)