1
0
Fork 0

Add my vc-p4 package to package-archives

This commit is contained in:
Tom Willemse 2020-05-13 22:45:23 -07:00
parent 259ff68de4
commit 7623be48eb

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
;; Version: 2020.0412.224157
;; Version: 2020.0513.224421
;; 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
@ -59,7 +59,11 @@
;;;###autoload
(add-to-list 'package-archives
`("oni" . "https://ryuslash.org/elpa/"))
'("oni" . "https://ryuslash.org/elpa/"))
;;;###autoload
(add-to-list 'package-archives
'("vc-p4" . "https://ryuslash.gitlab.io/vc-p4/"))
(setq package-update-news-on-upload t)