summaryrefslogtreecommitdiffstats
path: root/emacs.d/20-linum-ex.el
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-05-27 00:36:44 +0200
committerGravatar Tom Willemsen2011-05-27 00:36:44 +0200
commit7d61f23ddd80dd01c620495bb796ec1321622215 (patch)
tree50d020b7e357e53109554533cd9d842e3af6b004 /emacs.d/20-linum-ex.el
parentc2abc34c4de7e277f3ca195a0c86dae0cfa21745 (diff)
downloaddotfiles-7d61f23ddd80dd01c620495bb796ec1321622215.tar.gz
dotfiles-7d61f23ddd80dd01c620495bb796ec1321622215.zip
EMACS: linum-ex added, replaces linum
Diffstat (limited to 'emacs.d/20-linum-ex.el')
-rw-r--r--emacs.d/20-linum-ex.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs.d/20-linum-ex.el b/emacs.d/20-linum-ex.el
new file mode 100644
index 0000000..886b0f8
--- /dev/null
+++ b/emacs.d/20-linum-ex.el
@@ -0,0 +1,3 @@
+(require 'linum-ex)
+(global-linum-mode 1)
+(setq linum-delay 0.2)