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.

11 lines
252 B

  1. # -*- mode: snippet -*-
  2. # name: LWC Input
  3. # condition: (locate-dominating-file buffer-file-name "lwc")
  4. # key: input
  5. # --
  6. <vlocity_cmt-input
  7. theme="nds"
  8. min-length="10"
  9. required
  10. label="Minimum 10 char"
  11. placeholder="Minimum 10 char">
  12. </vlocity_cmt-input>