Skip to content
Discussion options

You must be logged in to vote

As of doomemacs/doomemacs@d2d805a this should be fixed.

The issue is that, due to historical reasons, Emacs cannot distinguish between C-i and TAB, so binding to one is equivalent to binding to the other. Doom adds a special <C-i> input event here, so that they can be distinguished, so I've moved the problematic keybind to that instead, which should revert C-c TAB back to its original command (org-ctrl-c-ctrl-c).

Thanks for bringing it to my attention!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ntevenhere
Comment options

Answer selected by ntevenhere
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment