Vincent Zhang
Vincent Zhang
Hi, this is a brilliant project to use Emacs, I think. Could you please support [Centaur Emacs](https://github.com/seagle0128/.emacs.d/) as well?
Hi, When I using `emacsclient -a "" -nw` to start Emacs as daemon, the window numbers are incorrect while switching window. It happens on GNU Emacs 26.1/27.0.50 with Ubuntu/Mint Linux/macOS....
I use this command to install emacs plugin, but it doesn't work. ```shell omf install emacs ``` I checked the ~/.local/share/omf/pkg/emacs, the folder structure seems incorrect. If I create functions...
In org files, when inserting `a.jpg`, I got `[[file://a.jpg]]`, but the correct path is `[[file://mind/a.jpg]]`. I found `default-directory` was changed. It works after disabling `ivy-prescient-mode`. File structure ```bash . ├──...
`popup` is obsolete and buggy. Its advantage is only displaying on bot GUI and terminal. Can we use other alternatives in GUI for better experience, like `child-frame`, `pos-frame`, or `lv`?
`posframe-show` has a parameter `poshandler` to control the position of the child frame. Can you please add an option to support it? The default is nil that means the position...
If I enable back-button-mode on my Ubuntu 16.04 with Emacs 24.5, it consumes at least more 20+MB memory. Is it possible to decrease memory usage?
Hi , Thanks for this great package! I am wondering why don't you merge the fantastic features to the upstream, or release the package to melpa?
The users may choose flycheck or flymake, like eglot or lsp-mode. So it's good idea to drop flycheck dependency, IMO.