diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 20898bb..59c9e3e 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -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.