Only load tidal for tidal files

This commit is contained in:
Gergely Polonkai 2023-10-23 08:24:44 +02:00
parent 47abe6c958
commit 5b55077411
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 2 additions and 1 deletions

View File

@ -2836,7 +2836,8 @@ I dont 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