;;; -*-emacs-lisp-*- ;;; ;;; Configuration file for ZILE. ;; Indentation. (setq indent-tabs-mode t) (setq standard-indent 2) ;; Key bindings. (global-set-key "\M-\LEFT" 'backward-word) (global-set-key "\M-\RIGHT" 'forward-word) (global-set-key "\M-OM" 'newline) (global-set-key "\F4" 'call-last-kbd-macro) (global-set-key "\C-x/" 'auto-fill-mode)