Fix connection settings for jabber
This commit is contained in:
parent
f76981a7b1
commit
b9b311cf44
1 changed files with 2 additions and 2 deletions
|
@ -1067,8 +1067,8 @@ To start off, first I need to enable lexical binding.
|
|||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(setq jabber-account-list
|
||||
`((,(concat "ryuslash@dukgo.com/" (system-name)))
|
||||
(:connection-type . starttls)))
|
||||
`((,(concat "ryuslash@dukgo.com/" (system-name))
|
||||
(:connection-type . starttls))))
|
||||
#+END_SRC
|
||||
|
||||
Store any persistent data in the data directory.
|
||||
|
|
Loading…
Reference in a new issue