X-Git-Url: https://code.delx.au/dotemacs/blobdiff_plain/1f3a7b3549fb3eaa5baffe1c68f8ae48a4f2cae4..0d4d70336d25de2bf7cd00dd3cc92774f0d60fe8:/lisp/my-file-modes.el diff --git a/lisp/my-file-modes.el b/lisp/my-file-modes.el index 6387c36..11456e2 100644 --- a/lisp/my-file-modes.el +++ b/lisp/my-file-modes.el @@ -47,6 +47,8 @@ (setq js2r-always-insert-parens-around-arrow-function-params t) (setq js2r-prefered-quote-type 2) +(require 'rjsx-mode) + (require 'ledger-mode nil 'noerror) (add-to-list 'auto-mode-alist '("\\.ledger\\'" . ledger-mode))