This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-06-28
Channels
- # announcements (1)
- # beginners (128)
- # calva (15)
- # cider (1)
- # clerk (4)
- # clj-kondo (10)
- # clojure-berlin (5)
- # clojure-denmark (2)
- # clojure-europe (59)
- # clojure-nl (2)
- # clojure-norway (83)
- # clojure-sweden (3)
- # clojure-uk (4)
- # cursive (11)
- # datomic (8)
- # emacs (13)
- # events (1)
- # hyperfiddle (3)
- # juxt (2)
- # malli (13)
- # nrepl (10)
- # off-topic (46)
- # releases (2)
- # reveal (1)
- # rewrite-clj (6)
- # sci (6)
- # scittle (17)
- # shadow-cljs (2)
- # xtdb (2)
- # yamlscript (8)
does anyone use Emacs and asdf?
it all works fine in the terminal but I can't seem to make Emacs pick the right java version (it's getting /usr/bin/java
instead of ~/.asdf/shims/java
~/.asdf/shims
is in the exec-path
though
Make sure the stuff works in your terminal then run doom env
. Then either restart Emacs or do M-x doom/reload-env
I'm not using doom
but anyway I found out, there was a asdf package (not in elpa)
but it was just an issue with the order of things in the PATH
Yeah well they can be used without doom, and they are pretty good
and anyone else using doom-themes btw? They seem to not work with cider and Emacs-plus@30
I have been using Doom Gruvbox theme (light and dark) and they worked well with Emacs 30 early last year. There could have been significant changes since then
well I switched back to emacs29 in the end because it wasn't the only issue
every time it tried to install marksman it would just freeze and I had to kill it
(the lsp server for markdown)
yea DOOM especially I've had wonkies going beyond their recommended emacs ver- which, I suppose, is quite fair as they do state that as a hard rule in the repo.