aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'elogt.el')
-rw-r--r--elogt.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/elogt.el b/elogt.el
index 981ff16..e542126 100644
--- a/elogt.el
+++ b/elogt.el
@@ -165,7 +165,7 @@ A logfile priority level is one of: None, Info, Warn, Error."
("Category" 20 t)
("Package" 30 t)
("Time" 20 t)])
- (setq tabulated-list-sort-key (cons "Date-Time" t))
+ (setq tabulated-list-sort-key (cons "Time" t))
(run-hooks 'elogt-mode-hook)
(use-local-map elogt-mode-map))