Muhammad Naqdi
Muhammad Naqdi
I use an emoji font and emojify package for emojis but for whatever reason when there are multiple large emojis in a message, Emacs recognize them all (as a group)...
It’s because—for whatever reason—the Linux build expects the _Assets_ directory to be in `$HOME/.local/share/supermodel` and the _Config_ directory to be in `$HOME/.config/supermodel`. The source code, however, uses relative paths to...
For `Supermodel.ini`, it first checks `Config/Supermodel.ini` (i.e., the config directory relative to the current working directory) and then falls back to `$HOME/.config/Config/Supermodel.ini`. For everything else, it ignores the current working...
I had to manually edit the config file and add these lines: ``` XResolution = 2560 YResolution = 1600 ``` Edit: Oh, and you probably want to set variables like...