This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-04-20
Channels
- # ai (1)
- # announcements (4)
- # babashka (61)
- # babashka-sci-dev (14)
- # biff (15)
- # calva (34)
- # clj-kondo (43)
- # clj-on-windows (1)
- # clojure (123)
- # clojure-europe (31)
- # clojure-nl (1)
- # clojure-norway (8)
- # clojure-uk (4)
- # clojurescript (12)
- # code-reviews (2)
- # community-development (9)
- # core-async (3)
- # datahike (4)
- # datomic (61)
- # events (1)
- # graphql (3)
- # hyperfiddle (155)
- # introduce-yourself (1)
- # lsp (64)
- # malli (10)
- # pathom (10)
- # reagent (5)
- # reitit (6)
- # shadow-cljs (2)
- # tools-build (2)
- # vim (8)
- # xtdb (3)
I installed clojure on windows using the instructions for the official powershell module. If I then install with the posix method on msys2 then emacs can't open a repl anymore; I just get a windows prompt "How do you want to open this file?". I realized that it's because clojure is on the path in msys2 /usr/local/bin. After editing ~/.emacs.d/.local/env to remove C:\\Users\\me\\Apps\\msys64\\usr\\local\\bin
from the PATH then it works again. It took me too long to figure that out. I'm using doom emacs and doom env
builds the env file for me. Just fyi.