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
ha, sorry for the noise; I see fd (fdfind in my machine) is a linux command, not an emacs package