summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2021-12-18 01:58:57 +0800
committerJSDurand <mmemmew@gmail.com>2021-12-18 01:58:57 +0800
commit4a526ea2663b12b2b47bc3ec456faf6c74d62332 (patch)
tree4ba9af3d182ff63ba4b4e66562ec28eb0c2f4313 /init.el
parent3057cdcd5090e0ee82de5335e01d8c3620bbb7bc (diff)
add highlights for dired and change time format
* dired-conf.el (dired-listing-switches): change the time style to the long iso style. (dired-mode-hook): add hl-line-mode. * init.el ("protesilaos/lin"): activate for dired-mode-hook as well.
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index f248d7e..0369728 100644
--- a/init.el
+++ b/init.el
@@ -174,6 +174,7 @@ no effect."
notmuch-tree-mode-hook
org-agenda-mode-hook
tabulated-list-mode-hook
+ dired-mode-hook
blist-mode-hook)))
(mapc
(lambda (hook)