-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dual command hook #20
Commits on Nov 17, 2023
-
This prevents the task bars from leaping into the foreground and creating tons of windows that annoy the user
Configuration menu - View commit details
-
Copy full SHA for 161db8c - Browse repository at this point
Copy the full SHA 161db8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b366571 - Browse repository at this point
Copy the full SHA b366571View commit details -
Setting the frame attributes wasn't consistently achieving the intent.
Configuration menu - View commit details
-
Copy full SHA for 43321a1 - Browse repository at this point
Copy the full SHA 43321a1View commit details
Commits on Nov 21, 2023
-
this makes it easier for users to ignore vast swaths of commands Signed-off-by: Psionik K <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 72c4576 - Browse repository at this point
Copy the full SHA 72c4576View commit details -
Configuration menu - View commit details
-
Copy full SHA for dae93b1 - Browse repository at this point
Copy the full SHA dae93b1View commit details -
switch to post-command hook as the base
Signed-off-by: Psionik K <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6b12777 - Browse repository at this point
Copy the full SHA 6b12777View commit details -
Signed-off-by: Psionik K <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 28efc32 - Browse repository at this point
Copy the full SHA 28efc32View commit details -
Increasing purity. Pass rather than re-read.
This enables upstream logic to dictate downstream behavior Signed-off-by: Psionik K <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5b772e0 - Browse repository at this point
Copy the full SHA 5b772e0View commit details -
store this-command-keys in pre-hook
Reading command keys post hook failed for C-g. It is frequently nil in the post hook. Signed-off-by: Psionik K <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2b1b707 - Browse repository at this point
Copy the full SHA 2b1b707View commit details -
purify keypression--same-command
Signed-off-by: Psionik K <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6a8d57b - Browse repository at this point
Copy the full SHA 6a8d57bView commit details
Commits on Nov 22, 2023
-
Store pre-command this-command and enable preference before render
Signed-off-by: Psionik K <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e89f7f1 - Browse repository at this point
Copy the full SHA e89f7f1View commit details -
pre commands that require exception of the post command
The value of `this-command` is not updated by every bound command. Commands such as `counsel-M-x` and `universal-argument` do not update `this-command` and so we must use the value of `this-command` we stored during the pre-command hook. Signed-off-by: Psionik K <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 39947fd - Browse repository at this point
Copy the full SHA 39947fdView commit details -
Change internal name and add docstring
This one kind of confused me Signed-off-by: Psionik K <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 591a86a - Browse repository at this point
Copy the full SHA 591a86aView commit details -
Signed-off-by: Psionik K <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a5911d3 - Browse repository at this point
Copy the full SHA a5911d3View commit details