From 9fafe7437888ff035d6e2d32ea3e28512ed4e78e Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Thu, 11 Dec 2025 23:18:23 +0000 Subject: [PATCH] Add support for tidal; an algorithm musical pattern language --- Emacs/.config/emacs/config.org | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 8dd1806..86456be 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -3722,6 +3722,24 @@ will run in the REPL. Even easier than making your own buffer. :config (load (concat user-emacs-directory "elisp/haskell-multiedit.el"))) #+end_src +** Tidal +#+begin_src emacs-lisp +(use-package tidal + :defer t + :straight t + :general + (local-leader + :keymaps 'tidal-mode-map + "l" #'tidal-run-line + "RET" #'tidal-run-multiple-lines + "." #'tidal-hush) + (:keymaps 'tidal-mode-map + :states '(normal motion visual) + "C-c C-c" #'tidal-run-line + "C-c C-e" #'tidal-run-multiple-lines + "C-c C-r" #'tidal-run-region + "C-c C-." #'tidal-hush)) +#+end_src ** Python Works well for python. If you have ~pyls~ it should be on your path, so just run eglot if you need. But an LSP server is not necessary for a