chore(lang): remove json-snatcher package override as fix has been merged

This commit is contained in:
2020-10-15 15:28:29 +01:00
parent 22691c846a
commit 21fb1fbd91
2 changed files with 2 additions and 11 deletions

View File

@@ -7,16 +7,7 @@
;;; Code:
(setq straight-recipe-overrides
'((nil . (
;; Use custom fork of json-snatcher which fixes auto-loading
;; issue with its kill-buffer-hook. More details:
;; https://github.com/Sterlingg/json-snatcher/pull/12
(json-snatcher :type git :host github
:repo "Sterlingg/json-snatcher"
:branch "master"
:fork (:host github
:repo "jimeh/json-snatcher"
:branch "fix-kill-buffer-hook"))))))
'((nil . ())))
(provide 'siren-core-package-overrides)
;;; siren-core-packages.el ends here