]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/company-statistics/README.org
Merge commit '45bc13aec56fcd0b55686d2305cf6e6852d467e8' from company-statistics
[gnu-emacs-elpa] / packages / company-statistics / README.org
index 3fef3a4cb1406a88fad695c1b8c1b51e77077d4a..012b63b22ee3a225ff5d7618defaac438ae86429 100644 (file)
@@ -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