I will do hashtag thing later On Tue, 31 Dec 2024, 2:25 pm Pranshu, wrote: > Yeah,I realised that soon after, it should be fixed now > > On Mon, 30 Dec 2024, 1:15 am Stefan Monnier, > wrote: > >> > branch: elpa/haskell-ts-mode >> > commit df8d3690375a14ede7079640bc326111f1fb3ddd >> > Author: Pranshu Sharma >> > Commit: Pranshu Sharma >> > >> > remove indent function useless replace by M-q >> [...] >> > (defvar-keymap haskell-ts-mode-map >> > :doc "Keymap for haskell-ts-mode." >> > "C-c C-c" 'haskell-ts-compile-region-and-go >> > "C-c C-r" 'run-haskell >> > - "C-M-q" 'haskell-ts-indent-defun) >> > + 'haskell-ts-indent-defun) >> >> This last line doesn't look right. >> [ Also, I'd recommend you use #' to quote function names. ] >> >> >> Stefan >> >>