Akira Komamura

Results 180 comments of Akira Komamura

You have to set the variable before alchemist.el is loaded. Otherwise, reload the library after you change the variable.

I have no idea what's wrong with your config, but I've experienced a couple of issues with the prefix key recently and have ended up with [this config](https://github.com/akirak/emacs.d/blob/3276ac1324853dec503dff9397bd207692bd26d5/setup/setup-elixir.el). I don't...

I encountered the exact same error on WSL (Ubuntu on Windows 10 with vcxsrv as a server): ``` /usr/bin/fakexrandr-manage:37: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk',...

I don't think it has anything to do with ARM, since I encountered the same error on Windows for Subsystem for Linux (WSL) on an Intel device.

@tumashu Great job, I signed the FSF paper when I contributed to counsel.el.

I was able to display keybindings to `general-predicate-dispatch` actions with the following workaround: 1. Specify `:docstring` in `general-predicate-dispatch` forms. 2. Override the definition of `which-key--get-current-bindings` with the following implementation ([diff](https://github.com/justbur/emacs-which-key/compare/master...akirak:menu-item?expand=1)):...

Sorry, it seems to need a lot of workarounds to make it work, so my solution is unrealistic. @terlar was right. Please ignore my comment above.

Ping: What do you think of the idea now?

Thanks, I'm happy with my fork now... It is not an urgent issue.

You can use `org-entry-blocked-p` to check if an entry is blocked, and its result is available as `BLOCKED` property. In org-ql, you could use `(property "BLOCKED" "")` for selecting non-blocked...