aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-05-13 22:45:23 -0700
committerGravatar Tom Willemse2020-05-13 22:45:23 -0700
commit7623be48ebc7ddc1c5d14ed495cab2ebdf425e7e (patch)
tree5653155c64a9c7b860b6b4b8bbd3cb4faa21fd48
parent259ff68de4790bfc3468fc99d1bf74a3c9e4f448 (diff)
downloademacs-config-7623be48ebc7ddc1c5d14ed495cab2ebdf425e7e.tar.gz
emacs-config-7623be48ebc7ddc1c5d14ed495cab2ebdf425e7e.zip
Add my vc-p4 package to package-archives
-rw-r--r--oni-package.el8
1 files changed, 6 insertions, 2 deletions
diff --git a/oni-package.el b/oni-package.el
index 0de6c25..3327e9d 100644
--- a/oni-package.el
+++ b/oni-package.el
@@ -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)