General cleanup

This commit is contained in:
Henrik Lissner 2016-06-08 14:43:40 -04:00
parent ea13be53b1
commit eaa467c1a7
12 changed files with 18 additions and 20 deletions

View file

@ -29,7 +29,7 @@
(use-package php-extras
:after php-mode
:init (add-hook 'php-mode-hook 'turn-on-eldoc-mode)
:init (add-hook 'php-mode-hook 'eldoc-mode)
:config
(defun php-extras-company-setup ()) ;; company will set up itself
;; Generate php-extras documentation and completion asynchronously