summaryrefslogtreecommitdiff
path: root/.zile
diff options
context:
space:
mode:
authortslil clingman <>2019-09-11 19:18:14 -0400
committertslil clingman <>2019-09-11 19:18:14 -0400
commitac1a4884d03fc0495c773500d8a13f84b695fa43 (patch)
tree29e5ec49e0ce957d80d8f11a155b47840c74f488 /.zile
Init
Diffstat (limited to '.zile')
-rw-r--r--.zile15
1 files changed, 15 insertions, 0 deletions
diff --git a/.zile b/.zile
new file mode 100644
index 0000000..31189ab
--- /dev/null
+++ b/.zile
@@ -0,0 +1,15 @@
+;; 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