From a83aa6a4d696fcb113fa43fbaed068165af5271c Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 2 Jan 2014 02:33:17 +0100 Subject: Remove use of hostname, system-name does the same --- .emacs.d/site-lisp/jabber-init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.emacs.d') 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/" -- cgit v1.2.3-54-g00ecf