summaryrefslogtreecommitdiffstats
path: root/emacs.d/20-linum-ex.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-linum-ex.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-linum-ex.el')
-rw-r--r--emacs.d/20-linum-ex.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/emacs.d/20-linum-ex.el b/emacs.d/20-linum-ex.el
deleted file mode 100644
index 886b0f8..0000000
--- a/emacs.d/20-linum-ex.el
+++ /dev/null
@@ -1,3 +0,0 @@
-(require 'linum-ex)
-(global-linum-mode 1)
-(setq linum-delay 0.2)