X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/f617db13b0685c674817a6c7c1d148da3c07081f..e4a505a0e1eac712a7a6e9848e536a0777a09522:/emacs?ds=inline diff --git a/emacs b/emacs index a9164a2..e76ff52 100644 --- a/emacs +++ b/emacs @@ -453,8 +453,9 @@ (add-hook 'lisp-interaction-mode-hook 'mdw-fontify-lispy t) (add-hook 'slime-repl-mode-hook 'mdw-fontify-lispy t) (add-hook 'lisp-mode-hook 'mdw-common-lisp-indent t) -(require 'slime) -(slime-setup :autodoc t) +(trap + (require 'slime) + (slime-setup :autodoc t)) (trap (require 'xscheme)) (setq-default xscheme-process-command-line "scheme -large -emacs") (add-hook 'inferior-lisp-mode-hook @@ -489,7 +490,7 @@ ;; custom-set-variables was added by Custom -- don't edit or cut/paste it! ;; Your init file should contain only one such instance. '(url-cookie-untrusted-urls (quote ("."))) - '(url-proxy-services (quote (("http" . "tux.nsict.org:3128") ("ftp" . "tux.nsict.org:3128") ("gopher" . "tux.nsict.org:3128")))) + '(url-proxy-services (quote (("http" . "metalzone.distorted.org.uk:3128") ("ftp" . "metalzone.distorted.org.uk:3128") ("gopher" . "metalzone.distorted.org.uk:3128")))) '(w3-do-incremental-display t) '(w3-honor-stylesheets nil) '(w3-use-menus (quote (file edit view go bookmark options buffers style search emacs nil help)))