summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2009-12-18 15:04:04 +0100
committerStefan Ritter <xeno@thehappy.de>2009-12-18 15:04:04 +0100
commitf70ecacf6f28da73087cf6fdd13cd6a614cdb536 (patch)
tree9fdbdb62bb6e3316d77d327fdc284282f824c50e /emacs
parent04c164e4f181df2a07b9789a6c7f084256d239b7 (diff)
Weekly commit
Diffstat (limited to 'emacs')
-rw-r--r--emacs6
1 files changed, 5 insertions, 1 deletions
diff --git a/emacs b/emacs
index f67c4b2..97b46f8 100644
--- a/emacs
+++ b/emacs
@@ -14,4 +14,8 @@
;; show line- and columnnumber
(line-number-mode 1)
-(column-number-mode 1) \ No newline at end of file
+(column-number-mode 1)
+
+;; load viper mode
+(setq viper-mode t)
+(require 'viper)