summaryrefslogtreecommitdiffstats
path: root/emacs.d/20-c-eldoc.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/20-c-eldoc.el')
-rw-r--r--emacs.d/20-c-eldoc.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs.d/20-c-eldoc.el b/emacs.d/20-c-eldoc.el
index 6269936..5f01f6b 100644
--- a/emacs.d/20-c-eldoc.el
+++ b/emacs.d/20-c-eldoc.el
@@ -1,3 +1,6 @@
(setq c-eldoc-includes "`pkg-config x11 --cflags` -I./ -I../")
(load "c-eldoc")
(add-hook 'c-mode-hook 'c-turn-on-eldoc-mode)
+(add-hook 'php-mode-hook
+ (lambda ()
+ (eldoc-mode -1)))