aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-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.