mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-20 16:11:07 -05:00
Add lang/faust module (#1898)
This commit is contained in:
committed by
Henrik Lissner
parent
25acbd29d5
commit
3f60e40f40
5
modules/lang/faust/doctor.el
Normal file
5
modules/lang/faust/doctor.el
Normal 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."))
|
Reference in New Issue
Block a user