From 362f6ac4b077d89c56de8d85f1c1cd4d7d918c65 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 15 May 2008 11:44:46 +0100 Subject: [PATCH] emacs: Initial blogging support. It doesn't work very well; this might be a dead end. --- emacs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/emacs b/emacs index 601d36e..dfe9caf 100644 --- a/emacs +++ b/emacs @@ -588,6 +588,14 @@ (cons head slime-lisp-implementations)))))) (setq slime-default-lisp 'sbcl) +;;;----- Blogging ----------------------------------------------------------- + +(setq weblogger-config-alist + '(("vox" + ("user" . "mdw") + ("server-url" . "http://vox.distorted.org.uk/admin/mt-xmlrpc.cgi") + ("weblog" . "1")))) + ;;;----- Shell mode --------------------------------------------------------- ;; --- Make the shell mode aware of my prompt --- -- 2.11.0