Skip to content
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

Merge changes from GNU ELPA #408

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions hydra-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ The heads for the associated hydra are:
\"t\": `toggle-truncate-lines',
\"f\": `auto-fill-mode',
\"a\": `abbrev-mode',
\"q\": `nil'
\"q\": nil

The body can be accessed via `hydra-toggle/body'."
(interactive)
Expand All @@ -375,7 +375,7 @@ The heads for the associated hydra are:
\"t\": `toggle-truncate-lines',
\"f\": `auto-fill-mode',
\"a\": `abbrev-mode',
\"q\": `nil'
\"q\": nil

The body can be accessed via `hydra-toggle/body'."
(interactive)
Expand All @@ -397,7 +397,7 @@ The heads for the associated hydra are:
\"t\": `toggle-truncate-lines',
\"f\": `auto-fill-mode',
\"a\": `abbrev-mode',
\"q\": `nil'
\"q\": nil

The body can be accessed via `hydra-toggle/body'."
(interactive)
Expand All @@ -419,7 +419,7 @@ The heads for the associated hydra are:
\"t\": `toggle-truncate-lines',
\"f\": `auto-fill-mode',
\"a\": `abbrev-mode',
\"q\": `nil'
\"q\": nil

The body can be accessed via `hydra-toggle/body'."
(interactive)
Expand All @@ -436,7 +436,7 @@ The heads for the associated hydra are:
\"t\": `toggle-truncate-lines',
\"f\": `auto-fill-mode',
\"a\": `abbrev-mode',
\"q\": `nil'
\"q\": nil

The body can be accessed via `hydra-toggle/body'."
(interactive)
Expand Down Expand Up @@ -544,7 +544,7 @@ The heads for the associated hydra are:

\"j\": `next-line',
\"k\": `previous-line',
\"q\": `nil'
\"q\": nil

The body can be accessed via `hydra-vi/body'."
(interactive)
Expand Down Expand Up @@ -580,7 +580,7 @@ The heads for the associated hydra are:

\"j\": `next-line',
\"k\": `previous-line',
\"q\": `nil'
\"q\": nil

The body can be accessed via `hydra-vi/body'."
(interactive)
Expand Down Expand Up @@ -616,7 +616,7 @@ The heads for the associated hydra are:

\"j\": `next-line',
\"k\": `previous-line',
\"q\": `nil'
\"q\": nil

The body can be accessed via `hydra-vi/body'."
(interactive)
Expand All @@ -633,7 +633,7 @@ The heads for the associated hydra are:

\"j\": `next-line',
\"k\": `previous-line',
\"q\": `nil'
\"q\": nil

The body can be accessed via `hydra-vi/body'."
(interactive)
Expand Down
2 changes: 2 additions & 0 deletions hydra.el
Original file line number Diff line number Diff line change
Expand Up @@ -1545,6 +1545,8 @@ DOC defaults to TOGGLE-NAME split and capitalized."
0
i)))))

(require 'ring)

(defvar hydra-pause-ring (make-ring 10)
"Ring for paused hydras.")

Expand Down