summaryrefslogtreecommitdiffstats
path: root/init.org
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2018-11-19 10:19:12 -0500
committerAmin Bandali <bandali@gnu.org>2018-11-19 10:19:12 -0500
commitace7157216db9ca20a0363a69a145787821dbb85 (patch)
tree1c3ac30374456ee54dd2e6e202eac86472c18763 /init.org
parentff95772c4b87add0f7d9ed0c42107b824f6b14cc (diff)
downloadconfigs-ace7157216db9ca20a0363a69a145787821dbb85.tar.gz
configs-ace7157216db9ca20a0363a69a145787821dbb85.tar.xz
configs-ace7157216db9ca20a0363a69a145787821dbb85.zip
[emacs] display full date on slack messages
Diffstat (limited to 'init.org')
-rw-r--r--init.org3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.org b/init.org
index 88295bb..7ddf8ec 100644
--- a/init.org
+++ b/init.org
@@ -1898,6 +1898,9 @@ Hopefully temporary.
:subscribed-channels '(general)
:full-and-display-names t)
(add-to-list 'swiper-font-lock-exclude 'slack-message-buffer-mode t)
+ (setq lui-time-stamp-format "[%Y-%m-%d %H:%M:%S]"
+ lui-time-stamp-only-when-changed-p t
+ lui-time-stamp-position 'right)
:bind
(("C-c s s" . slack-start)
("C-c s u" . slack-select-unread-rooms)