My attempt to optimize my emacs load time <1 second
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
350 B

  1. # -*- mode: snippet -*-
  2. # name: Omniscript Text
  3. # condition: (locate-dominating-file buffer-file-name "lwc")
  4. # key: ostext
  5. # --
  6. <vlocity_cmt-omniscript-text
  7. json-def={jsonDef}
  8. data-omni-key={jsonDef.name}
  9. json-data={jsonData}
  10. layout={layout}
  11. resume={resume}
  12. script-header-def={scriptHeaderDef}
  13. seed-json={seedDataJSON}>
  14. </vlocity_cmt-omniscript-text>