Browse Source

cleanup

master
Levi Olson 5 years ago
committed by GitHub
parent
commit
64b752a969
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 9 deletions
  1. +1
    -9
      lisp/custom-packages.el

+ 1
- 9
lisp/custom-packages.el View File

@ -627,15 +627,7 @@
(setq slack-buffer-emojify t)
(setq slack-prefer-current-team t)
:config
(advice-add 'slack-counts-update :override #'ignore)
(slack-register-team
:name "EC-Vlocity"
:default t
:client-id "noversion-1568385126.809"
:client-secret ""
:token "xoxc-538115686545-538717634210-755920422288-984144199ae517b9b68ddf733cbedbd18f77ec9e93788f7bb9725e476b67d5c1" ;;xoxp-538115686545-538717634210-753084048993-466bb2259d72a129118bd4d97b8c80b2"
:subscribed-channels '(general vlocity)
:full-and-display-names t))
(advice-add 'slack-counts-update :override #'ignore))
(provide 'custom-packages)

Loading…
Cancel
Save