chiark / gitweb /
el/dot-emacs.el (mdw-fontify-rust): Fix integer literal syntax.
[profile] / dot / 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)
4fc3203b 12(global-set-key "\M-OM" 'newline)
b0d8acbe
MW
13(global-set-key "\F4" 'call-last-kbd-macro)
14(global-set-key "\C-x/" 'auto-fill-mode)