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