summaryrefslogtreecommitdiffstats
path: root/emacs.d/20-c-eldoc.el
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-05-27 22:57:40 +0200
committerGravatar Tom Willemsen2011-05-27 22:57:40 +0200
commit136128abd18ca5d0be409473c459ef7ed78031da (patch)
tree5f84588830d20c1029fd6ffd443302e03d62bfbe /emacs.d/20-c-eldoc.el
parent273b4940a4866add08cab05cb2e023498808ba55 (diff)
downloaddotfiles-136128abd18ca5d0be409473c459ef7ed78031da.tar.gz
dotfiles-136128abd18ca5d0be409473c459ef7ed78031da.zip
Removed c-eldoc and linum-ex
I didn't use c-eldoc and linum-ex only seemed to cause warnings to show up when loading files, not improve any speed.
Diffstat (limited to 'emacs.d/20-c-eldoc.el')
-rw-r--r--emacs.d/20-c-eldoc.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/emacs.d/20-c-eldoc.el b/emacs.d/20-c-eldoc.el
deleted file mode 100644
index 5f01f6b..0000000
--- a/emacs.d/20-c-eldoc.el
+++ /dev/null
@@ -1,6 +0,0 @@
-(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)))