json-snatcher icon indicating copy to clipboard operation
json-snatcher copied to clipboard

adds kill-buffer-hook to all buffers, should only add to ones used by json-parsed

Open unhammer opened this issue 5 years ago • 0 comments

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).

unhammer avatar Dec 03 '20 08:12 unhammer