Skip to content

Commit

Permalink
fixup! add faust lang
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetophon committed Jan 8, 2016
1 parent 4aa69b3 commit df8eb1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layers/+lang/extra-langs/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
(use-package arduino-mode :defer t))

(defun extra-langs/init-faust-mode ()
(use-package faust-mode :defer t :mode "\\.dsp\\'" :mode "\\.lib\\'"))
(use-package faust-mode :defer t :mode "\\.\\(dsp\\|lib\\)\\'"))

(defun extra-langs/init-scad-mode ()
(use-package scad-mode :defer t))
Expand Down

0 comments on commit df8eb1b

Please sign in to comment.