We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e936c commit f0e7c8bCopy full SHA for f0e7c8b
README.md
@@ -105,6 +105,14 @@ And for a string:
105
(impostman-parse-string "{}" my-impostman-walkman-alist)
106
```
107
108
+You can also add your output to the list of impostman outputs, so you can use it with `impostman-import-file` and `impostman-import-string`:
109
+
110
+```elisp
111
+(push '("walkman" . my-impostman-walkman-alist) impostman-outputs-alist)
112
+```
113
114
+This will put your output at the beginning of the alist, so it will be the default output.
115
116
#### Callback functions
117
118
```elisp
0 commit comments