This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-10-03
Channels
- # announcements (4)
- # aws (19)
- # babashka (55)
- # beginners (40)
- # biff (4)
- # calva (9)
- # cherry (3)
- # cider (8)
- # clj-kondo (26)
- # clj-yaml (3)
- # clojure (92)
- # clojure-austin (14)
- # clojure-europe (21)
- # clojure-nl (1)
- # clojure-norway (5)
- # clojure-portugal (3)
- # clojure-uk (2)
- # clojurescript (48)
- # conjure (19)
- # datalevin (14)
- # docker (13)
- # emacs (3)
- # fulcro (21)
- # gratitude (14)
- # improve-getting-started (1)
- # introduce-yourself (2)
- # joker (4)
- # juxt (2)
- # lsp (12)
- # malli (5)
- # meander (17)
- # off-topic (13)
- # re-frame (7)
- # scittle (2)
- # test-check (2)
I had a pretty irritating emacs + lsp issue: whenever I would type, I would get some lag. This didn't happen with clojure-lsp
before it moved to lsp4clj
. Together with @jacob.maine, @ericdallo and @lee we searched for a solution. Eventually I tried deleting my elpa
directory so on the next restart all packages would be fetched + re-compiled. This turned out to solve the issue. I have no clue why, but if this ever happens to anyone, try deleting elpa
. ā¤ļø
my way of updating my emacs packages is to make sure my config is on github, then to delete .emacs.d and reclone it and then open emacs again š
naw, i don't want to spend any time tweaking my emacs - it works, i prefer to spend my complexity budget on our application domain
absolutely haha
my first programs were making menus in autoexec.bat in the 90s