diff options
author | Amin Bandali <bandali@gnu.org> | 2018-11-19 10:19:12 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2018-11-19 10:19:12 -0500 |
commit | ace7157216db9ca20a0363a69a145787821dbb85 (patch) | |
tree | 1c3ac30374456ee54dd2e6e202eac86472c18763 | |
parent | ff95772c4b87add0f7d9ed0c42107b824f6b14cc (diff) | |
download | configs-ace7157216db9ca20a0363a69a145787821dbb85.tar.gz configs-ace7157216db9ca20a0363a69a145787821dbb85.tar.xz configs-ace7157216db9ca20a0363a69a145787821dbb85.zip |
[emacs] display full date on slack messages
-rw-r--r-- | init.org | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |