summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2009-10-21 15:57:01 +0200
committerStefan Ritter <xeno@thehappy.de>2009-10-21 15:57:01 +0200
commitee14f6d0b28afbe5d61ca60e081824d6c4cb0341 (patch)
tree35f9a953f92e33ed0d105e385eed531e1635764a /emacs
parent7a0fb14d5e0d8ca6192ae9ab07819eaa5928cf06 (diff)
Several things:
* Added emacs config * Using emacs in gitconfig * Modified xmonad.hs for using xmobar * Added 'e' alias for emacs
Diffstat (limited to 'emacs')
-rw-r--r--emacs7
1 files changed, 7 insertions, 0 deletions
diff --git a/emacs b/emacs
new file mode 100644
index 0000000..f49670f
--- /dev/null
+++ b/emacs
@@ -0,0 +1,7 @@
+;; line numbers
+(require 'linum)
+(global-linum-mode)
+(setq linum-format "%d ")
+
+;; no backups
+(setq make-backup-files nil)