This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-05-23
Channels
- # announcements (3)
- # asami (5)
- # babashka (1)
- # beginners (38)
- # biff (4)
- # calva (12)
- # cider (2)
- # clj-commons (6)
- # clj-kondo (46)
- # clj-on-windows (1)
- # clojure (50)
- # clojure-europe (41)
- # clojure-nl (3)
- # clojure-norway (2)
- # clojure-uk (16)
- # clojured (3)
- # clojurescript (49)
- # conjure (1)
- # cursive (29)
- # datahike (6)
- # datascript (4)
- # emacs (70)
- # funcool (1)
- # google-cloud (12)
- # graalvm (10)
- # graalvm-mobile (7)
- # gratitude (4)
- # hyperfiddle (1)
- # joyride (26)
- # lsp (16)
- # malli (23)
- # nbb (5)
- # off-topic (23)
- # polylith (32)
- # re-frame (23)
- # releases (3)
- # remote-jobs (1)
- # reveal (3)
- # tools-build (16)
- # xtdb (50)
One minor thing that annoys me in Calva is the default comment-snippet that gets in my way when I try to add a comment block. I'll type (comment⏎
and I'll get double parenthesis. Is this an issue others experience too?
I think this will be fixed with next release of clojure-lsp: https://github.com/clojure-lsp/clojure-lsp/issues/982
Ah, wow, that was a solution on a different level than I'd expected. The most important part for me is that new users don't get tripped up, but it seems that you're on it then, great!
Music to my ears! Please head over to #announcements and throw your reactions of appreciation on this one, dear Calva and clojure-lsp friends! UPDATE: To install, stop, and then start clojure-lsp again. (Both available from the clojure-lsp status bar item.)
I always used ,.
to get into Paredit mode in Emacs and I'd like to change the keybinding from ,k
in VSSpaceCode. I tried to edit the configuration file but it's in read-only mode :thinking_face:
I found it as defaultSettings.json. So far I haven't found a way to exit read-only mode