Autoload json library
This commit is contained in:
parent
bb5907cadb
commit
5140bb8850
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@
|
|||
(dolist (sym '(when-let if-let string-trim string-join string-blank-p string-lessp))
|
||||
(autoload sym "subr-x" nil nil 'macro))
|
||||
|
||||
(dolist (sym '(json-read json-read-file json-read-from-string json-encode))
|
||||
(autoload sym "json"))
|
||||
|
||||
|
||||
;;
|
||||
;; Helpers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue