json-snatcher
json-snatcher copied to clipboard
adds kill-buffer-hook to all buffers, should only add to ones used by json-parsed
Simply loading this .el changes the global kill-buffer-hook. It would be cleaner if it only added the hook to buffers where it's actually needed (ie. when adding the buffer to json-parsed).