zile: Yet another editor configuration.
[profile] / zile
CommitLineData
b0d8acbe
MW
1;;; -*-emacs-lisp-*-
2;;;
3;;; Configuration file for ZILE.
4
5;; Indentation.
6(setq indent-tabs-mode t)
7(setq standard-indent 2)
8
9;; Key bindings.
10(global-set-key "\M-\LEFT" 'backward-word)
11(global-set-key "\M-\RIGHT" 'forward-word)
12(global-set-key "\F4" 'call-last-kbd-macro)
13(global-set-key "\C-x/" 'auto-fill-mode)