X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/558fc01413d875fc8098108b3f8264b72d0b5f0d..955a327c5712eebdf99b9cf64733e90fed540088:/dot/emacs?ds=inline diff --git a/dot/emacs b/dot/emacs index ed2d4d1..ea038b8 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.