This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-08-03
Channels
- # aleph (8)
- # announcements (3)
- # architecture (47)
- # babashka (22)
- # beginners (22)
- # chlorine-clover (2)
- # cider (15)
- # clj-yaml (6)
- # cljs-dev (3)
- # clojure (76)
- # clojure-austin (2)
- # clojure-europe (16)
- # clojure-france (10)
- # clojure-gamedev (11)
- # clojure-norway (28)
- # clojure-sweden (4)
- # clojurescript (32)
- # conjure (1)
- # datahike (2)
- # datomic (6)
- # events (9)
- # graalvm (8)
- # gratitude (5)
- # honeysql (8)
- # humbleui (2)
- # hyperfiddle (37)
- # jobs (1)
- # polylith (4)
- # re-frame (14)
- # releases (2)
- # rum (9)
- # sci (9)
- # scittle (8)
- # shadow-cljs (9)
- # spacemacs (4)
- # sql (10)
- # xtdb (24)
I'm getting this error: https://github.com/doomemacs/doomemacs/issues/6600 (yes, I know that is a doomemacs issue, but bear with me; I promise I'm not trolling) in latest develop spacemacs. I'd like to try the workaround/fix (install fd 8.3 or newer). Where do I find this in my .emacs.d?
fd
is an external tool to Emacs, so won't be found in the Emacs config. On UNIX / Linux systems it is often in /usr/bin
. which fd
command should show its location if needed
I haven't checked versions available, but generally fd
install instructions are documented at
https://github.com/sharkdp/fd#installation
The page also shows what version is available for each operating system