Commit a09acdb23182

Vincent Demeester <vincent@sbr.pm>
2015-05-29 12:51:46
Fix type in company-mode configuration
1 parent 2986922
Changed files (1)
.emacs.d
.emacs.d/emacs.org
@@ -1421,7 +1421,7 @@
        :ensure t
        :config
        (progn
-         (add-hook 'after-ini-hook 'global-company-mode)
+         (add-hook 'after-init-hook 'global-company-mode)
          (setq company-tooltip-limit 20)                      ; bigger popup window
          (setq company-idle-delay .3)                         ; decrease delay before autocompletion popup shows
          (setq company-echo-delay 0)                          ; remove annoying blinking