chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
032e314
)
dot/emacs: Support the Chrome edit server.
author
Mark Wooding
<mdw@distorted.org.uk>
Wed, 17 Feb 2010 15:29:55 +0000
(15:29 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Wed, 17 Feb 2010 15:29:55 +0000
(15:29 +0000)
dot/emacs
patch
|
blob
|
blame
|
history
diff --git
a/dot/emacs
b/dot/emacs
index ae0889d5136294c381ec74a8f2984d9ad6ccd39a..6fe3a05c679f7b5782e4be8513dd1452d42e0c4c 100644
(file)
--- a/
dot/emacs
+++ b/
dot/emacs
@@
-89,8
+89,12
@@
(and (or window-system (>= emacs-major-version 23))
(progn (setq server-temp-file-regexp (concat "^" tmpdir "\\|/draft$")
+ edit-server-new-frame nil
gnuserv-frame t)
- (trap (server-start))))
+ (trap (server-start))
+ (trap (progn
+ (require 'edit-server)
+ (edit-server-start)))))
;; Control backup behaviour.