From 620d90d43932e23ada0fda936eabedb50442b31f Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 29 Sep 2016 13:15:35 +0900 Subject: [PATCH] Update 10sr-elpa url --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 69c3547..0582a7c 100644 --- a/emacs.el +++ b/emacs.el @@ -159,7 +159,7 @@ found, otherwise returns nil." (setq package-archives `(,@package-archives ("melpa" . "https://melpa.org/packages/") - ("10sr-el" . "https://10sr.github.io/emacs-lisp/p/"))) + ("10sr-el" . "https://10sr.github.io/emacs-lisp/elpa/"))) (package-initialize) (defun my-auto-install-package ()