mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-29 23:29:41 +02:00
11 lines
195 B
Common Lisp
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")
|
|
|