From fe79856349b35893f1e2920b418de59051a0dc7e Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 31 Jan 2022 17:26:39 -0600 Subject: Add slack --- init.el | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index c06e44d..78e271c 100644 --- a/init.el +++ b/init.el @@ -739,6 +739,9 @@ They are completed by \"M-x TAB\" only in Tramp debug buffers." (:with-mode adaptive-wrap-prefix-mode (:hook-into visual-column-mode))) +(setup (:straight alert) + (:option alert-default-style 'libnotify)) + (setup (:straight anzu) (:option anzu-cons-mode-line-p nil) (:+key [remap query-replace] #'anzu-query-replace-regexp @@ -1641,6 +1644,16 @@ See also `crux-reopen-as-root-mode'." +modeline-position))) (simple-modeline-mode +1)) +(setup (:straight slack) + (:also-load +slack) + (:option slack-prefer-current-team t + slack-buffer-emojify t + slack-buffer-create-on-notify t + slack-enable-wysiwyg t + slack-file-dir "~/var/download/") + (with-eval-after-load '+slack + (+slack-register-teams))) + (setup (:straight-when sly (defvar +lisp-bin (executable-find "sbcl"))) (:also-load sly-autoloads -- cgit 1.4.1-21-gabe81