From aab5bfd074e57d06a79e39d7c7c4760e1f385a06 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 17 Oct 2022 21:41:28 -0500 Subject: Bankruptcy 9 --- lisp/+slack.el | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 lisp/+slack.el (limited to 'lisp/+slack.el') diff --git a/lisp/+slack.el b/lisp/+slack.el deleted file mode 100644 index cdf2747..0000000 --- a/lisp/+slack.el +++ /dev/null @@ -1,27 +0,0 @@ -;;; +slack.el --- Slack customizations and extras -*- lexical-binding: t; -*- - -;;; Commentary: - -;;; Code: - -(require 'slack) - -(defgroup +slack nil - "Extra slack customizations." - :group 'slack - :prefix "+slack-") - -(defcustom +slack-teams nil - "Teams to register using `slack-register-team'. -This is a list of plists that are passed directly to -`slack-register-team'." - ;;TODO: type - ) - -(defun +slack-register-teams () - "Register teams in `+slack-teams'." - (dolist (team +slack-teams) - (apply #'slack-register-team team))) - -(provide '+slack) -;;; +slack.el ends here -- cgit 1.4.1-21-gabe81