mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Autoload json library
This commit is contained in:
@ -21,6 +21,9 @@
|
|||||||
(dolist (sym '(when-let if-let string-trim string-join string-blank-p string-lessp))
|
(dolist (sym '(when-let if-let string-trim string-join string-blank-p string-lessp))
|
||||||
(autoload sym "subr-x" nil nil 'macro))
|
(autoload sym "subr-x" nil nil 'macro))
|
||||||
|
|
||||||
|
(dolist (sym '(json-read json-read-file json-read-from-string json-encode))
|
||||||
|
(autoload sym "json"))
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
;; Helpers
|
;; Helpers
|
||||||
|
Reference in New Issue
Block a user