Skip to content

Commit

Permalink
Add agda2-next-goal and agda2-previous-goal
Browse files Browse the repository at this point in the history
Add support for commonly used movements (https://agda.readthedocs.io/en/v2.5.4.1/tools/emacs-mode.html)
  • Loading branch information
zenzike authored Apr 22, 2019
1 parent db7a37d commit 4bcaa28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/lang/agda/config.el
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@
"=" #'agda2-show-constraints
"SPC" #'agda2-give
"a" #'agda2-auto
"b" #'agda2-previous-goal
"c" #'agda2-make-case
"d" #'agda2-infer-type-maybe-toplevel
"e" #'agda2-show-context
"f" #'agda2-next-goal
"gG" #'agda2-go-back
"h" #'agda2-helper-function-type
"l" #'agda2-load
Expand Down

0 comments on commit 4bcaa28

Please sign in to comment.