X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/a203fba87fe2b0d9be2c1da7b55a6eb6ca46766b..c8f84abb06df264d1e82c623a3b88b89a8b9575f:/emacs?ds=sidebyside diff --git a/emacs b/emacs index d19c12a..0053381 100644 --- a/emacs +++ b/emacs @@ -145,7 +145,8 @@ '("-print0 | xargs -0r ls -ld" . "ld")) (setq Info-fontify-maximum-menu-size 60000) (setq ispell-dictionary "british" - flyspell-default-dictionary "british") + flyspell-default-dictionary "british" + ispell-silently-savep t) (trap (require 'uniquify) (setq uniquify-buffer-name-style 'post-forward-angle-brackets) @@ -162,7 +163,7 @@ ;;;----- W3 and URL fetching stuff ------------------------------------------ -(let ((proxy (mdw-config 'proxy))) +(let ((proxy (mdw-config 'http-proxy))) (setq url-proxy-services `(("http" . ,proxy) ("ftp" . ,proxy)