X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/6e485064b17a5d7fbda5709d0dcd63567191407b..49aa87a27aa7f86f55a947c194c5d45559e76ecf:/dot/emacs diff --git a/dot/emacs b/dot/emacs index ed2d4d1..65f558f 100644 --- a/dot/emacs +++ b/dot/emacs @@ -99,7 +99,10 @@ (trap (server-start)) (trap (progn (require 'edit-server) - (edit-server-start))))) + (edit-server-start) + (let ((edit (get-process "edit-server"))) + (and edit + (set-process-query-on-exit-flag edit nil))))))) ;; Control backup behaviour. @@ -272,6 +275,7 @@ (setq url-cookie-untrusted-urls '(".")) (setq browse-url-browser-function (mdw-good-url-browser) + browse-url-generic-program "mdw-chrome" browse-url-mozilla-program "firefox") (setq w3m-default-display-inline-images t)