hlolli / csound-mode

Emacs major mode for coding in Csound
41 stars 14 forks source link

Add auto-mode file recognition to autoload #8

Closed gosub closed 4 years ago

gosub commented 5 years ago

Without autoloading the file extensions inclusion in auto-mode-alist, emacs does not enable csound-mode when opening a csd/orc/sco/udo file. The alternative would be require-ing 'csound-mode at init, but then why autoload anything at all?

hlolli commented 4 years ago

Sorry, I just noticed this PR now. LGTM thanks!

Btw I just made a new bugfix release, check it out.