From 3d70d88d59c1613fe55bdbb18c5fea7ee196b738 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sun, 8 Dec 2013 14:58:22 +0900 Subject: [PATCH] fix library url --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 871ed36..0e4e677 100644 --- a/emacs.el +++ b/emacs.el @@ -620,7 +620,7 @@ found, otherwise returns nil." (regexp-quote bookmark-default-file)))) (and (fetch-library - "https://github.com/10sr/emacs-lisp/raw/master/read-only-only-mode.el" + "https://raw.github.com/10sr/emacs-lisp/master/read-only-only-mode.el" t) (lazy-load-eval 'read-only-only-mode))