Add my vc-p4 package to package-archives
This commit is contained in:
parent
259ff68de4
commit
7623be48eb
1 changed files with 6 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue