summaryrefslogtreecommitdiffstats
path: root/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/site-lisp/jabber-init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/site-lisp/jabber-init.el b/.emacs.d/site-lisp/jabber-init.el
index 8d91f11..c4723e4 100644
--- a/.emacs.d/site-lisp/jabber-init.el
+++ b/.emacs.d/site-lisp/jabber-init.el
@@ -27,7 +27,7 @@ Insert PROPOSED-ALERT in the buffer if it is non-nil."
:time (current-time)))))))
(setq jabber-account-list
- (mapcar (lambda (str) (list (concat str "/" (hostname))))
+ (mapcar (lambda (str) (list (concat str "/" system-name)))
'("tom@ryuslash.org" "ryuslash@ninthfloor.org"))
jabber-avatar-cache-directory "~/.emacs.d/jabber-avatars/"