Closed nverno closed 5 years ago
This just makes comment-insert-comment-function and comment-indent-function local variables (they aren't buffer-locals).
comment-insert-comment-function
comment-indent-function
Thanks! I'm honestly surprised they're not automatically buffer-local.
Same, I think it might just be that not that many modes set them, so the defaults generally work.
This just makes
comment-insert-comment-function
andcomment-indent-function
local variables (they aren't buffer-locals).