You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the org mode, the action of keybinding t changed after the buffer is reverted. Specifically, when I open an org file just after starting Emacs, I find the keybinding t always runs the command evil-snipe-t. But when I run revert-buffer on the org file, I find the keybindingt runs the command org-todo. The different behaviours of t have been bugging me for a while.
I wonder if this problem is caused by evil-snipe. Thus I turn off evil-snipe in org mode in my user-config with
Now a much more strange problem occurred in the org mode buffer. When I open an org file just after starting Emacs, the first pressing of t binds to evil-find-char-to, and the following pressings of t bind to org-todo.
Do you guys have the same problem? Is there any way to set t just binds to org-todo on the first pressing of t?
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid!
The following is my spacemacs configuration:
System Info
In the
org
mode, the action of keybindingt
changed after the buffer is reverted. Specifically, when I open an org file just after starting Emacs, I find the keybindingt
always runs the commandevil-snipe-t
. But when I runrevert-buffer
on the org file, I find the keybindingt
runs the commandorg-todo
. The different behaviours oft
have been bugging me for a while.I wonder if this problem is caused by
evil-snipe
. Thus I turn offevil-snipe
inorg
mode in myuser-config
withNow a much more strange problem occurred in the
org
mode buffer. When I open an org file just after starting Emacs, the first pressing oft
binds toevil-find-char-to
, and the following pressings oft
bind toorg-todo
.Do you guys have the same problem? Is there any way to set
t
just binds toorg-todo
on the first pressing oft
?The text was updated successfully, but these errors were encountered: