summaryrefslogtreecommitdiffstats
path: root/.emacs.d
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-01-02 02:33:17 +0100
committerGravatar Tom Willemse2014-01-02 02:33:17 +0100
commita83aa6a4d696fcb113fa43fbaed068165af5271c (patch)
tree37872f62f96cea182acf0b437428ba35cdc93520 /.emacs.d
parentb55e180c1f5e3f46badf6d237bee92998e64602a (diff)
downloademacs-a83aa6a4d696fcb113fa43fbaed068165af5271c.tar.gz
emacs-a83aa6a4d696fcb113fa43fbaed068165af5271c.zip
Remove use of hostname, system-name does the same
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/"