Add lang/faust module (#1898)

This commit is contained in:
Bart Brouns 2019-10-14 01:23:54 +02:00 committed by Henrik Lissner
parent 25acbd29d5
commit 3f60e40f40
7 changed files with 98 additions and 0 deletions

View file

@ -0,0 +1,5 @@
;; -*- lexical-binding: t; no-byte-compile: t; -*-
;;; lang/faust/doctor.el
(unless (executable-find "faust")
(warn! "Couldn't find the faust compiler. faustine-mode won't work."))