el-get/recipes/dired-k.rcp

7 lines
256 B
Plaintext
Raw Normal View History

2014-05-07 18:49:06 +08:00
(:name dired-k
:description "Highlight dired buffer by file size, modified time, git status."
:type github
:pkgname "syohex/emacs-dired-k"
:post-init (progn
(add-hook 'dired-initial-position-hook 'dired-k)))