Add SuperCollider support

Amolith created

Change summary

dot_doom.d/config.org  | 6 ++++++
dot_doom.d/packages.el | 1 +
2 files changed, 7 insertions(+)

Detailed changes

dot_doom.d/config.org 🔗

@@ -256,6 +256,12 @@ Look for various executables
 ;;(setq lsp-go-build-flags ["mage"])
 #+END_SRC
 
+** SuperCollider
+#+BEGIN_SRC emacs-lisp
+(require 'sclang)
+(add-hook 'sclang-mode-hook 'sclang-extensions-mode)
+#+END_SRC
+
 ** Editor metrics
 [[https://github.com/wakatime/wakatime-mode][wakatime-mode]] connected to self-hosted [[https://wakapi.dev/][Wakapi]] instance to get interesting stats
 about the time I spend in an editor

dot_doom.d/packages.el 🔗

@@ -17,6 +17,7 @@
 (package! markdown-mode)
 (package! auto-virtualenv)
 (package! wakatime-mode)
+(package! sclang-extensions)
 
 ;; To install a package directly from a remote git repo, you must specify a
 ;; `:recipe'. You'll find documentation on what `:recipe' accepts here: