From e2594671af9056b4da13a64646211ebc71c3879d Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 13 Sep 2018 22:05:05 -0700 Subject: Move all configuration from org to elisp files --- emacs/.emacs.d/init/oni-slack-init.org | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 emacs/.emacs.d/init/oni-slack-init.org (limited to 'emacs/.emacs.d/init/oni-slack-init.org') diff --git a/emacs/.emacs.d/init/oni-slack-init.org b/emacs/.emacs.d/init/oni-slack-init.org deleted file mode 100644 index 097a388..0000000 --- a/emacs/.emacs.d/init/oni-slack-init.org +++ /dev/null @@ -1,30 +0,0 @@ -#+TITLE: Slack configuration - -#+BEGIN_SRC emacs-lisp - (require 'slack) -#+END_SRC - -Use the current team for most interactive commands. - -#+BEGIN_SRC emacs-lisp - (setq slack-prefer-current-team t) -#+END_SRC - -Use the regular =switch-to-buffer= so slack doesn't create a new -window every time I open a channel. - -#+BEGIN_SRC emacs-lisp - (setq slack-buffer-function 'switch-to-buffer) -#+END_SRC - -Register my work team. - -#+BEGIN_SRC emacs-lisp - (slack-register-team :name "Picturefix" - :default t - :client-id oni:slack-client-id - :client-secret oni:slack-client-secret - :token oni:slack-token - :subscribed-channels - '(general picturefix random shirtlobby)) -#+END_SRC -- cgit v1.2.3-54-g00ecf