Akira Komamura
Akira Komamura
> Does your package manager have a "I am switching Emacs version, recompile all installed packages using the one I am switching to" command, and users are aware that they...
> Err, I have to ask again what "it" refers too. Sounds like you are asking whether emacsql-sqlite-module.el can be extended to remove itself?! Sorry for this. I meant extending...
@chasecaleb I know Nix and am using Nix. There are [emacs-overlay](https://github.com/nix-community/emacs-overlay/) and [nix-emacs-ci](https://github.com/purcell/nix-emacs-ci/) (to which I have contributed trivial workarounds several times) where Nix is used to build Emacs. I...
> Borg's workflow made it to contribute to packages and switch to forks, so my design was heavily influenced by Borg's workflow (thanks, @tarsius). Interesting. Actually, Borg was one of...
@tarsius emacs-overlay provides a fresh set of Emacs Lisp packages from Nixpkgs, which are originally defined here: https://github.com/NixOS/nixpkgs/tree/master/pkgs/applications/editors/emacs/elisp-packages Besides the standard one, there are some non-standard solutions for Emacs Lisp...
I have just discovered this issue, and here are a couple of ideas. You could take a look at `company-elixir` package on how to produce completion candidates for Elixir. It...
`frame-workflow-edit-subject` interactive function allows editing a whole subject definition in a buffer. It is a bit dangerous but can be convenient.
I have recently added `frame-workflow-exwm.el` module which includes `frame-workflow-exwm-swap-workspaces` command. It swaps two **visible** workspaces, and if there are only two monitors, it doesn't require any user input. EXWM has...
As I am currently working on #5, this needs to be fixed later.
`frame-workflow-mode` has been added. Now you have to turn on it before using any commands in frame-workflow. It also has a mode line (hopefully) got (almost) right. The previous mode...