Akira Komamura
Akira Komamura
More precisely, I am about to start working as a programmer/developer, thanks to activities on GitHub! I am (re)starting my track now. My interest was mostly in application design and...
I don't use any messaging app to communicate with people in the FLOSS world, but if there is any popular option, I don't mind installing it.
The frame is specific to `emacs-lisp-mode`, so the buffer list function enumerates only Emacs Lisp buffers, but `helm-org-rifle` seems to be using the function, so it displays an empty result...
And I think this will happen with any other commands that work on "all live org buffers", e.g. `counsel-org-goto-all`. If this is a design and won't be fixed, I will...
Thanks. Maybe I'll add some kind of advice to specific functions where I want to disable frame-purpose.
> I am interested in understanding the methods available for extracting the mu output and integrating it with twist `emacsTwist` accepts `inputOverrides` which can be used to moderate the input...
You can browse the content of `nixpkgs.mu.mu4e` by pasting the output of the following command into Emacs dired/`find-file`: ``` nix build nixpkgs#mu.mu4e --print-out-paths ``` and the MELPA recipe should be...
The culprit might be `Documentation/magit-section.texi` in [the recipe](https://github.com/melpa/melpa/blob/master/recipes/magit-section). It's strange because I don't encounter the issue in my config. Could you run the following command to check what's going on?...
It must be a bug with how twist handles :renames in elpa-packages. I'll fix that later, but you can build magit-section right now using the melpa recipe instead of elpa....
Mu4e is quite an exceptional case. It is known to many Emacs users but unavailable from any of the popular registries. I am unwilling to add extra fetchers that are...