From c159e62e05583f37bb86ed9337198cf932209741 Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 26 Mar 2024 02:19:38 +0000 Subject: emacs-slack using local repo --- init.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index b465bfb..d3e40c9 100644 --- a/init.el +++ b/init.el @@ -2516,9 +2516,13 @@ (circe-lagmon-mode)) ;;;; slack +(eval-and-compile + (defvar jao-slack-dir (expand-file-name "emacs-slack" jao-local-lisp-dir))) + (use-package slack - :ensure t :commands (slack-start) + :vc t + :load-path jao-slack-dir :init (setq slack-alert-icon (jao-data-file "slack.svg") slack-buffer-emojify nil -- cgit v1.2.3