Files
doomemacs/modules
Henrik Lissner 78dde6efdd Fix #5133: don't kill LSP after reformatting
This happened because LSP hooks on kill-buffer-hook (and possibly
others) caused our temporary formatting buffer to talk to LSP as if it
were the original buffer. When the temp buffer was cleaned up, LSP
assumed the original buffer had been closed. No more!

In fact, to avoid similar issues, let's avoid any complex functionality
in hooks in this temp buffer.
2021-06-04 22:22:57 -04:00
..
2021-05-25 10:35:21 -04:00
2021-05-25 13:39:26 -04:00
2021-05-23 21:49:02 -04:00