aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
authorGravatar Tom Willemse2017-01-11 23:56:36 +0100
committerGravatar Tom Willemse2017-01-11 23:56:36 +0100
commitb9b311cf448ea3921950d0c0cee95d8db4f91acd (patch)
treebafbe1c22169745b081cd1b259345713b6889657 /emacs/.emacs.d
parentf76981a7b12b293828b0f71a62d92cb1d5f8317c (diff)
downloadnew-dotfiles-b9b311cf448ea3921950d0c0cee95d8db4f91acd.tar.gz
new-dotfiles-b9b311cf448ea3921950d0c0cee95d8db4f91acd.zip
Fix connection settings for jabber
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r--emacs/.emacs.d/init.org4
1 files changed, 2 insertions, 2 deletions
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.