Fork me on GitHub
#spacemacs
<
2023-08-03
>
euccastro15:08:02

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?

practicalli-johnny16:08:15

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

practicalli-johnny16:08:39

The page also shows what version is available for each operating system

euccastro15:08:20

ha, sorry for the noise; I see fd (fdfind in my machine) is a linux command, not an emacs package