summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-12-13 03:14:33 +0000
committerjao <jao@gnu.org>2021-12-13 03:14:33 +0000
commit5197bdaa4a89b38f7a3813d870458476c3968e5c (patch)
tree9365e4ec90ce56db0e10445809a030d094ebb883 /init.org
parent79a4f5313188476eb3ff601d85e6b1c24460be35 (diff)
downloadelibs-5197bdaa4a89b38f7a3813d870458476c3968e5c.tar.gz
elibs-5197bdaa4a89b38f7a3813d870458476c3968e5c.tar.bz2
reshufflings
Diffstat (limited to 'init.org')
-rw-r--r--init.org7
1 files changed, 4 insertions, 3 deletions
diff --git a/init.org b/init.org
index 7fa443a..488c0bd 100644
--- a/init.org
+++ b/init.org
@@ -2775,9 +2775,10 @@
slack-message-tracking-faces '(warning)
slack-log-level 'warn
slack-message-custom-notifier (lambda (msg room team) room))
- :bind (:map slack-mode-map
- (("@" . slack-message-embed-mention)
- ("#" . slack-message-embed-channel)))
+ :bind (:map slack-mode-map (("@" . slack-message-embed-mention)
+ ("#" . slack-message-embed-channel))
+ :map slack-message-buffer-mode-map
+ (("C-c C-e" . slack-message-edit)))
:config
(dolist (f (list slack-file-dir slack-image-file-directory))
(when (not (file-exists-p f)) (make-directory f)))