Don't display slack team name

This commit is contained in:
Case Duckworth 2022-02-08 20:59:23 -06:00
parent 7167cd4962
commit 265119b750
1 changed files with 2 additions and 1 deletions

View File

@ -1791,7 +1791,8 @@ See also `crux-reopen-as-root-mode'."
slack-buffer-emojify t
slack-buffer-create-on-notify t
slack-enable-wysiwyg t
slack-file-dir "~/var/download/")
slack-file-dir "~/var/download/"
slack-display-team-name nil)
(with-eval-after-load '+slack
(+slack-register-teams)))