emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 5873515 2/7: Merge pull request #6 from stardiviner/patch-


From: Ingo Lohmar
Subject: [elpa] master 5873515 2/7: Merge pull request #6 from stardiviner/patch-2
Date: Sun, 28 Jun 2015 16:02:59 +0000

branch: master
commit 58735156b8a985243f5463e4d644e8c230470818
Merge: d1e03c1 2b5cc4d
Author: Ingo Lohmar <address@hidden>
Commit: Ingo Lohmar <address@hidden>

    Merge pull request #6 from stardiviner/patch-2
    
    * stardiviner-patch-2:
      fix typo
---
 README.org |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/README.org b/README.org
index 3fef3a4..012b63b 100644
--- a/README.org
+++ b/README.org
@@ -11,7 +11,7 @@ Using the package is simple.
 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)
+(add-hook 'after-init-hook 'company-statistics-mode)
 #+end_src
 
 Alternatively, make sure =company-statistics.el= is in your =load-path=, and 
add



reply via email to

[Prev in Thread] Current Thread [Next in Thread]