From 5b5507741182fb0ec2c3140ee406999c3ff82f62 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 23 Oct 2023 08:24:44 +0200 Subject: [PATCH] Only load tidal for tidal files --- configuration.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration.org b/configuration.org index c25ca19..ede0c95 100644 --- a/configuration.org +++ b/configuration.org @@ -2836,7 +2836,8 @@ I don’t always use the package menu, but when i do, i want to do it in style ** ~tidal~ for improvising music #+begin_src emacs-lisp -(use-package tidal) +(use-package tidal + :mode "\\.tidal\\'") #+end_src * Programming-language specific packages