Skip to content

Instantly share code, notes, and snippets.

@mattdeboard
Created June 22, 2015 00:42
Show Gist options
  • Save mattdeboard/a89535a146c8c0abc1c6 to your computer and use it in GitHub Desktop.
Save mattdeboard/a89535a146c8c0abc1c6 to your computer and use it in GitHub Desktop.
(setq kudu-path (concat HOME "projects/kudu/kudu/src/components/*\\.js[x]?"))
(add-to-list 'auto-mode-alist `(,kudu-path . web-mode))
(setq web-mode-content-types-alist
`(("jsx" . ,kudu-path)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment