diff options
author | Michaël Ball <michael.ball@gmail.com> | 2019-08-23 22:13:36 +0100 |
---|---|---|
committer | Michaël Ball <michael.ball@gmail.com> | 2019-08-23 22:13:36 +0100 |
commit | c8adce4a82782d9aabb4b7b76a25c4dabc2b8f0d (patch) | |
tree | 8b99f23597f38bfdd1f7a81b06f89255309ab26f | |
parent | 290b3f2fd7be2b940e892dcaae4ca21367a570e4 (diff) |
Add supercolider mode
-rwxr-xr-x | .emacs | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -436,5 +436,9 @@ :init (sml/setup)) +(use-package sclang-extensions + :ensure t + :demand t) + (provide '.emacs) ;;; .emacs ends here |