From: Mark Wooding Date: Sun, 26 Jul 2020 21:46:17 +0000 (+0100) Subject: el/dot-emacs.el: Indent string literals correctly, e.g., in Lisp mode. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/1de7dc662545c5c46f8cba0db90061a6a67ad751?hp=1de7dc662545c5c46f8cba0db90061a6a67ad751 el/dot-emacs.el: Indent string literals correctly, e.g., in Lisp mode. I had formed the impression that my indentation machinery worked correctly on Common Lisp docstrings, but this turns out to be completely wrong. Of course, my life would be better if it did work, and now it does. ---