From ac1a4884d03fc0495c773500d8a13f84b695fa43 Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Wed, 11 Sep 2019 19:18:14 -0400 Subject: Init --- .zile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .zile (limited to '.zile') 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 -- cgit v1.2.3