chiark / gitweb /
el/dot-emacs.el: Indent string literals correctly, e.g., in Lisp mode.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 26 Jul 2020 21:46:17 +0000 (22:46 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 26 Jul 2020 21:46:17 +0000 (22:46 +0100)
commit1de7dc662545c5c46f8cba0db90061a6a67ad751
treecbdccd894802eb87886e80b3be18456effee4efe
parent3fd348cbfd4fd5ebc266a1c412551d65dff09ac1
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.
el/dot-emacs.el