Browse Source

fix library url

pull/1/head
10sr 10 years ago
parent
commit
3d70d88d59
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el View File

@@ -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))



Loading…
Cancel
Save