EMACS: Don't start eldoc for php
This commit is contained in:
parent
1307626309
commit
e0717aee27
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
||||||
(setq c-eldoc-includes "`pkg-config x11 --cflags` -I./ -I../")
|
(setq c-eldoc-includes "`pkg-config x11 --cflags` -I./ -I../")
|
||||||
(load "c-eldoc")
|
(load "c-eldoc")
|
||||||
(add-hook 'c-mode-hook 'c-turn-on-eldoc-mode)
|
(add-hook 'c-mode-hook 'c-turn-on-eldoc-mode)
|
||||||
|
(add-hook 'php-mode-hook
|
||||||
|
(lambda ()
|
||||||
|
(eldoc-mode -1)))
|
||||||
|
|
Loading…
Reference in a new issue