Martin Lefèvre

Results 5 comments of Martin Lefèvre

Step 4 is written as step 3 in the directions category, so we have two step 3...

I am experiencing the same issue on Arch Linux 5.15.90-1-lts. Installed bismuth via the AUR. I'm on X11 and on Plasma 5.26.5 ![Screenshot_20230131_124151](https://user-images.githubusercontent.com/64377698/215750717-9366924d-ec52-4b6f-abc6-71e4a2ccf2f5.png)

I could find a way to fix it by disabling company mode and using the deprecated pcomplete: ```lisp (add-hook 'eshell-mode-hook (lambda () (company-mode -1) (setq eshell-cmpl-cycle-completions nil) (define-key eshell-mode-map (kbd...

The issue was company not having the right backend set to it. Here is the code that fixes it by setting the correct backends: ```lisp (set-company-backend! 'eshell-mode '(company-files)) ```

Hi, Any news on this? I have noticed multiple bugs in the dropdown component. Will you remove it from the library / from the docs? Will this issue be closed...