mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
chore(lang): remove json-snatcher package override as fix has been merged
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user