mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
It seems when native-comp is used, the kill-buffer-hook in json-snatcher is registered, even though the library itself isn't registered. And the `jsons-remove-buffer` function does not have a autoload declaration. Hence we use use-package to manually create a autoload for the function.