We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31143f2 commit e594668Copy full SHA for e594668
haskell-cabal.el
@@ -153,7 +153,7 @@ it from list if one of the following conditions are hold:
153
(define-key map (kbd "M-g l") 'haskell-cabal-goto-library-section)
154
(define-key map (kbd "M-g e") 'haskell-cabal-goto-executable-section)
155
(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)
+ (define-key map (kbd "M-g o") 'haskell-cabal-goto-common-section)
157
(define-key map (kbd "M-g t") 'haskell-cabal-goto-test-suite-section)
158
map))
159
0 commit comments