diff options
| author | Ingo Lohmar <i.lohmar@gmail.com> | 2015-05-08 21:45:18 +0200 |
|---|---|---|
| committer | Ingo Lohmar <i.lohmar@gmail.com> | 2015-05-08 21:45:27 +0200 |
| commit | 58735156b8a985243f5463e4d644e8c230470818 (patch) | |
| tree | f39314c62d0811db51fd3761f35c797956a42f23 | |
| parent | d1e03c129603bf589e2c6d98cc93d05de48138c6 (diff) | |
| parent | 2b5cc4db84c081a12bb81a42d1e09c92a1a995a5 (diff) | |
Merge pull request #6 from stardiviner/patch-2
* stardiviner-patch-2:
fix typo
| -rw-r--r-- | README.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
