1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-29 23:29:41 +02:00
audacity/nyquist/init.lsp
2021-01-28 02:13:05 -06:00

11 lines
195 B
Common Lisp

; init.lsp -- default Nyquist startup file
(setf *breakenable* t)
(load "nyinit.lsp" :verbose nil)
; add your customizations here:
; e.g. (setf *default-sf-dir* "...")
; (load "test.lsp")