Kabouik
Kabouik
Sorry for the spam, but I assume it is best to send notifications rather than making edits that no one may ever read if they already read the previous message...
I'm having the same issue on Droidian, a mobile Linux OS, with Webcord installed as a flatpak. Any idea where are the configuration files for Webcord, see if deleting them...
The error vanishes if I hardcode the absolute path of the `markdown-it` executable: ``` (use-package markdown-mode :ensure t :mode ("README\\.md\\'" . gfm-mode) :init (setq markdown-command "/home/mat/.local/bin/markdown-it")) ``` But this is...
Thanks, you're right, that was my issue because I launch `emacs-daemon` from my `sway` configuration, so it doesn't inherit my shell `$PATH`. I'm still experiencing the second issue though: using...
Alright, good to know it does not happen on your end. The steps to reproduce are exactly what you did: 1. Open a markdown buffer 2. `M-x markdown` or `M-x...
> I think it's possible that many users these days no longer assume they can paste a URL from the browser address bar (if they ever understood that at all)...
Good idea yes! However, I see no action on `SCROLLDOWN` and `SCROLLUP`, but I assume it'sprobably a mistake on my side, I'll check the documentation again. ``` yml virtual_modifiers: -...
Trying to simplify my configuration, after I realized I didn't even need the `Compose`/`Super` mapping since the same can be done in Sway using `xkb_options altwin:menu_win`, and I prefer to...
So I think my issues with keys repeating are not related to `xremap` but with my hardware and the way the manufacturer allows remapping the special buttons, see https://github.com/k0kubun/xremap/issues/127#issuecomment-1872174650, which...
Thanks for the replies. Sorry I'm not replying fast, I'm currently away without that computer. Yeah I did post code as toml before but this time just wanted to collapse...