Add circe-serenity and org-azure-devops development repos
This commit is contained in:
parent
7623be48eb
commit
d13751c94a
1 changed files with 9 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2020.0513.224421
|
;; Version: 2020.0514.091828
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; 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
|
;; it under the terms of the GNU General Public License as published by
|
||||||
|
@ -65,6 +65,14 @@
|
||||||
(add-to-list 'package-archives
|
(add-to-list 'package-archives
|
||||||
'("vc-p4" . "https://ryuslash.gitlab.io/vc-p4/"))
|
'("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)
|
(setq package-update-news-on-upload t)
|
||||||
|
|
||||||
;;; Specify where to upload packages to. Used by
|
;;; Specify where to upload packages to. Used by
|
||||||
|
|
Loading…
Reference in a new issue