diff options
-rw-r--r-- | elogt.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |