summaryrefslogtreecommitdiff
path: root/.zile
diff options
context:
space:
mode:
Diffstat (limited to '.zile')
-rw-r--r--.zile15
1 files changed, 0 insertions, 15 deletions
diff --git a/.zile b/.zile
deleted file mode 100644
index 31189ab..0000000
--- a/.zile
+++ /dev/null
@@ -1,15 +0,0 @@
-;; Rebind keys with:
-;; (global-set-key "key" 'func)
-
-(setq inhibit-splash-screen t)
-(setq standard-indent 2)
-(setq tab-width 2)
-
-(setq fill-column 70)
-(setq auto-fill-mode nil)
-
-(setq ring-bell nil)
-
-(setq make-backup-files nil)
-
-(global-set-key "\M-h" 'backward-kill-word) \ No newline at end of file