From 64d141212b8f3cdefc673dd2f47ecfc79d622a49 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 1 Apr 2022 18:40:17 -0700 Subject: [oni-package] Add tekuti-el repository --- oni-package.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/oni-package.el b/oni-package.el index 02fd4bd..e277b0e 100644 --- a/oni-package.el +++ b/oni-package.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2021.1208.095927 +;; Version: 2022.0323.191305 ;; 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 @@ -73,6 +73,10 @@ (add-to-list 'package-archives '("org-azure-devops" . "https://ryuslash.gitlab.io/org-azure-devops/")) +;;;###autoload +(add-to-list 'package-archives + '("tekuti-el" . "https://ryuslash.srht.site/tekuti-el/elpa/")) + (setq package-update-news-on-upload t) ;;; Specify where to upload packages to. Used by -- cgit v1.2.3-54-g00ecf