summaryrefslogtreecommitdiffstats
path: root/.zile
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-02-15 15:17:46 +0100
committerGravatar Tom Willemsen2013-02-15 15:17:46 +0100
commitee34dfcc2c2fec53731b64afca03bb34dd80b2ba (patch)
tree0616872763b2fdc0c569b53b4d057f069f9656b9 /.zile
parentd7b662715d3b7fb6ee99d1c8ba66a2a36086391b (diff)
downloaddotfiles-ee34dfcc2c2fec53731b64afca03bb34dd80b2ba.tar.gz
dotfiles-ee34dfcc2c2fec53731b64afca03bb34dd80b2ba.zip
Add zile config
Diffstat (limited to '.zile')
-rw-r--r--.zile5
1 files changed, 5 insertions, 0 deletions
diff --git a/.zile b/.zile
new file mode 100644
index 0000000..76abb70
--- /dev/null
+++ b/.zile
@@ -0,0 +1,5 @@
+;; -*- mode: lisp; -*-
+(setq inhibit-splash-screen t)
+(setq tab-width 4)
+(setq indent-tabs-mode nil)
+(setq backup-directory "/tmp")