chiark
/
gitweb
/
~mdw
/
profile
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
dot/emacs: Don't start a server if we're running as a daemon.
[profile]
/
dot
/
emacs
diff --git
a/dot/emacs
b/dot/emacs
index be0d918a9b9ba2d1df93103cd872496c440ef1cf..7378f0cff36d82a460be52c1e4cf33dc14b9603e 100644
(file)
--- a/
dot/emacs
+++ b/
dot/emacs
@@
-130,6
+130,7
@@
(and (or window-system (mdw-emacs-version-p 23))
(not mdw-fast-startup)
+ (not (and (fboundp 'daemonp) (daemonp)))
(progn (setq server-temp-file-regexp (concat "^" tmpdir "\\|/draft$")
edit-server-new-frame nil
gnuserv-frame t)