Skip to content

Commit

Permalink
Merge pull request #1110 from jezcope/fix/tidal-mode-paren
Browse files Browse the repository at this point in the history
remove extra paren in tidal.el
  • Loading branch information
sss-create authored Jan 20, 2025
2 parents 4a39773 + f2edad6 commit d1023af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tidal.el
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ Two functions will be created, `tidal-run-NAME' and `tidal-stop-NAME'"
(local-set-key [?\C-v ?\C-7] 'tidal-stop-d7)
(local-set-key [?\C-v ?\C-8] 'tidal-stop-d8)
(local-set-key [?\C-v ?\C-9] 'tidal-stop-d9)
(local-set-key [?\C-v ?\C-0] 'tidal-stop-d10)))
(local-set-key [?\C-v ?\C-0] 'tidal-stop-d10))

(defun tidal-mode-menu (map)
"Haskell Tidal menu MAP."
Expand Down

0 comments on commit d1023af

Please sign in to comment.