Merge commit 'ponder/master'
authorMark Wooding <mdw@distorted.org.uk>
Sat, 7 Mar 2009 14:49:29 +0000 (14:49 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 7 Mar 2009 14:49:29 +0000 (14:49 +0000)
* commit 'ponder/master':
  emacs: Make M-/ do hippie-expand -- if not starting up quickly.
  emacs: Enable semantic hackery if we're not meant to start quickly.

emacs

diff --git a/emacs b/emacs
index 6e9201a..dcb561d 100644 (file)
--- a/emacs
+++ b/emacs
 (setq sendmail-program "~/bin/sendmail-hack")
 
 (setq mail-user-agent 'message-user-agent)
+(setq message-signature-separator "^-- \\(\\|\\[mdw\\]\\)$")
 
 (and (fboundp 'turn-on-gnus-dired-mode)
      (not mdw-fast-startup)