summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-01-31 17:26:39 -0600
committerCase Duckworth2022-01-31 17:26:39 -0600
commitfe79856349b35893f1e2920b418de59051a0dc7e (patch)
tree3976a9e07f4a9e3fcee879ebac81b30119067e2a /init.el
parentUpdate `+eshell-quit-or-delete-char' (diff)
downloademacs-fe79856349b35893f1e2920b418de59051a0dc7e.tar.gz
emacs-fe79856349b35893f1e2920b418de59051a0dc7e.zip
Add slack
Diffstat (limited to 'init.el')
-rw-r--r--init.el13
1 files changed, 13 insertions, 0 deletions
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."
739 (:with-mode adaptive-wrap-prefix-mode 739 (:with-mode adaptive-wrap-prefix-mode
740 (:hook-into visual-column-mode))) 740 (:hook-into visual-column-mode)))
741 741
742(setup (:straight alert)
743 (:option alert-default-style 'libnotify))
744
742(setup (:straight anzu) 745(setup (:straight anzu)
743 (:option anzu-cons-mode-line-p nil) 746 (:option anzu-cons-mode-line-p nil)
744 (:+key [remap query-replace] #'anzu-query-replace-regexp 747 (:+key [remap query-replace] #'anzu-query-replace-regexp
@@ -1641,6 +1644,16 @@ See also `crux-reopen-as-root-mode'."
1641 +modeline-position))) 1644 +modeline-position)))
1642 (simple-modeline-mode +1)) 1645 (simple-modeline-mode +1))
1643 1646
1647(setup (:straight slack)
1648 (:also-load +slack)
1649 (:option slack-prefer-current-team t
1650 slack-buffer-emojify t
1651 slack-buffer-create-on-notify t
1652 slack-enable-wysiwyg t
1653 slack-file-dir "~/var/download/")
1654 (with-eval-after-load '+slack
1655 (+slack-register-teams)))
1656
1644(setup (:straight-when sly 1657(setup (:straight-when sly
1645 (defvar +lisp-bin (executable-find "sbcl"))) 1658 (defvar +lisp-bin (executable-find "sbcl")))
1646 (:also-load sly-autoloads 1659 (:also-load sly-autoloads