Enable company-mode before changing its variables in README example

WIP
Hugo Thunnissen 3 years ago
parent 1e4e865c9b
commit dbbc5927e4

@ -7,6 +7,9 @@ Example config:
```elisp
;;;###autoload
(defun my-php-personal-hook ()
;; It is important to enable `company-mode' before setting
;; the variables below.
(company-mode)
(setq-local company-minimum-prefix-length 0)
(setq-local company-tooltip-align-annotations t)
(setq-local company-idle-delay 0.1)

Loading…
Cancel
Save