This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-01-11
Channels
- # announcements (1)
- # babashka (70)
- # beginners (8)
- # calva (5)
- # cider (9)
- # clojure (48)
- # clojure-austin (68)
- # clojure-europe (29)
- # clojure-norway (30)
- # clojure-uk (5)
- # clojuredesign-podcast (2)
- # cursive (19)
- # datomic (10)
- # emacs (11)
- # events (2)
- # exercism (4)
- # fulcro (2)
- # hyperfiddle (29)
- # introduce-yourself (2)
- # jobs-discuss (4)
- # kaocha (1)
- # leiningen (8)
- # lsp (8)
- # malli (2)
- # matcher-combinators (20)
- # nrepl (15)
- # off-topic (33)
- # reagent (7)
- # releases (4)
- # shadow-cljs (42)
- # spacemacs (6)
- # sql (6)
- # squint (10)
- # vim (3)
Offtopic, but does anyone know how to set up eglot to properly read TSX files? I get squiggly lines for every TSX tag
Typescript [1005]: ')" expected
OK, looks like this fixed it https://github.com/joaotavora/eglot/issues/624#issuecomment-1410447469
Took me way too long
@U06F82LES do you have your dotfiles posted anywhere, i wouldn't mind copying a fully working typescript implementation, incase I need it, i've heard it's non-trivial with emacs, and trivial in vim.
@U0J3J79FE https://github.com/pesterhazy/emacs.d/blob/master/init.el
It's not working 100% yet though
• Not sure which is the right mode for .tsx
files - typescript-mode, web-mode or something else?
• Indentation is borked. Sometimes something reverts to 4 spaces (rather than the desired 2)
• Sometimes lsp doesn't seem to be working for whatever reason
I was close to installing VSCode this week but I'm holding on for now. Kinda strange that it's so hard to configure what is arguably the most popular language today (typescript)

Yah, definitely very strange , if you do go to visual studio code (I certainly am not), i've always been curious about https://github.com/BetterThanTomorrow/joyride and https://github.com/VSpaceCode/VSpaceCode and other such plugins to make it more hackable.
For the sake of posterity, I managed to get it to work much better now: • Emacs 29 • typescript-ts-mode • install grammar https://www.masteringemacs.org/article/how-to-get-started-tree-sitter#:~:text=The%20variable%20treesit%2Dlanguage%2Dsource,LANG%20and%20URL%20are%20mandatory. • reinstall elpa
typescript-ts-mode generally seems more modern and reliable than the older typescript-mode
@U06F82LES aw that makes me happy, I was going to suggest it but didn't want to send you down a rabbit hole