X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=ian-dotfiles.git;a=blobdiff_plain;f=home%2Femacs%2Fian.el;h=e846da6b9b682bb624801980e96a42839b621d27;hp=6f6bd9821a62caf85eab0516bf0f8511fc98a5b5;hb=f22d3b792d7689ce773bdc76a680b37825679750;hpb=ccd715dc9c54c2aa715ca2fcde7add96197b3f1c;ds=sidebyside diff --git a/home/emacs/ian.el b/home/emacs/ian.el index 6f6bd98..e846da6 100644 --- a/home/emacs/ian.el +++ b/home/emacs/ian.el @@ -10,7 +10,7 @@ ; Un-disable narrow and eval-expression (put 'narrow-to-region 'disabled nil) (put 'eval-expression 'disabled nil) -(standard-display-european t) +;(standard-display-european t) ; (setq browse-url-netscape-program "mozilla") (setq common-lisp-hyperspec-root "/usr/share/doc/hyperspec/") @@ -40,6 +40,8 @@ (setq line-move-visual nil) (display-time) ; +(set-default 'indent-line-function 'insert-tab) +(set-default 'electric-indent-mode nil) (set-variable 'search-repeat-char 28) (set-fringe-mode (cons 0 nil)) (if (string-match "^19\." emacs-version) @@ -189,6 +191,8 @@ ;(autoload 'vm-submit-bug-report "vm" "Send a bug report about VM." t) ; ;(require 'vm-autoload) + +(vm-legacy-key-bindings) ; ; (autoload 'info "info-fixed" "Patched info browser" t) (setq shell-mode-hook