Merge branch 'literate' into melpa

This commit is contained in:
contrapunctus 2021-06-09 07:25:51 +05:30
commit 3443650992
2 changed files with 2 additions and 2 deletions

View File

@ -23,4 +23,4 @@
(org-mode . ((org-tags-column . -60)
(eval . (progn
(make-local-variable 'before-save-hook)
(add-hook 'before-save-hook #'org-align-all-tags))))))
(add-hook 'before-save-hook #'org-align-all-tags nil t))))))

View File

@ -283,7 +283,7 @@ We don't want comments to be inserted within the package comment structure, and
string))
#+END_SRC
*** jabber-sexp2xml :function:
*** jabber-sexp2xml :function:
#+BEGIN_SRC emacs-lisp
(defun jabber-sexp2xml (sexp)
"Return SEXP as well-formatted XML.