Skip to content

Commit

Permalink
Merge pull request doomemacs#1352 from zenzike/patch-1
Browse files Browse the repository at this point in the history
Add `agda2-next-goal` and `agda2-previous-goal`
  • Loading branch information
Henrik Lissner authored Apr 24, 2019
2 parents 16acabf + 4bcaa28 commit 768d6e9
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 768d6e9

Please sign in to comment.