Skip to content

Commit e594668

Browse files
authored
Prefer "M-g o" to the already-bound "M-g c"
1 parent 31143f2 commit e594668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haskell-cabal.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ it from list if one of the following conditions are hold:
153153
(define-key map (kbd "M-g l") 'haskell-cabal-goto-library-section)
154154
(define-key map (kbd "M-g e") 'haskell-cabal-goto-executable-section)
155155
(define-key map (kbd "M-g b") 'haskell-cabal-goto-benchmark-section)
156-
(define-key map (kbd "M-g c") 'haskell-cabal-goto-common-section)
156+
(define-key map (kbd "M-g o") 'haskell-cabal-goto-common-section)
157157
(define-key map (kbd "M-g t") 'haskell-cabal-goto-test-suite-section)
158158
map))
159159

0 commit comments

Comments
 (0)