branch: master commit f8d15c7edb2a182f484c5e6eb86f322df473e763 Author: Ingo Lohmar <i.loh...@gmail.com> Commit: Ingo Lohmar <i.loh...@gmail.com>
Fix elpa URL in docs --- README.org | 2 +- company-statistics.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 4f25f13..3fef3a4 100644 --- a/README.org +++ b/README.org @@ -8,7 +8,7 @@ likelier candidates at the top of the list. ** Use It Using the package is simple. -If you install it from the gnu.elpa.org repository with Emacs' package manager, +If you install it from the elpa.gnu.org repository with Emacs' package manager, you only need to enable the mode, e.g., in your =init.el= file: #+begin_src emacs-lisp (add-to-hook 'after-init-hook 'company-statistics-mode) diff --git a/company-statistics.el b/company-statistics.el index beda36a..a3fef23 100644 --- a/company-statistics.el +++ b/company-statistics.el @@ -25,7 +25,7 @@ ;;; Commentary: ;; -;; Package installed from gnu.elpa.org: +;; Package installed from elpa.gnu.org: ;; ;; (add-hook 'after-init-hook 'company-statistics-mode) ;;