diff options
| author | 2020-05-14 10:00:50 -0700 | |
|---|---|---|
| committer | 2020-05-14 10:00:50 -0700 | |
| commit | d13751c94afe83e3631f5a42e223032ca5f50d28 (patch) | |
| tree | aebe6b73619c9204181a08e87a8233433e01aee1 | |
| parent | 7623be48ebc7ddc1c5d14ed495cab2ebdf425e7e (diff) | |
| download | emacs-config-d13751c94afe83e3631f5a42e223032ca5f50d28.tar.gz emacs-config-d13751c94afe83e3631f5a42e223032ca5f50d28.zip | |
Add circe-serenity and org-azure-devops development repos
| -rw-r--r-- | oni-package.el | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/oni-package.el b/oni-package.el index 3327e9d..1d1d92a 100644 --- a/oni-package.el +++ b/oni-package.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse <tom@ryuslash.org> ;; Keywords: local -;; Version: 2020.0513.224421 +;; Version: 2020.0514.091828 ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -65,6 +65,14 @@ (add-to-list 'package-archives '("vc-p4" . "https://ryuslash.gitlab.io/vc-p4/")) +;;;###autoload +(add-to-list 'package-archives + '("circe-serenity" . "https://ryuslash.gitlab.io/circe-serenity/")) + +;;;###autoload +(add-to-list 'package-archives + '("org-azure-devops" . "https://ryuslash.gitlab.io/org-azure-devops/")) + (setq package-update-news-on-upload t) ;;; Specify where to upload packages to. Used by |
