File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -760,13 +760,8 @@ having a @file{.cabal} extension.
760
760
For quickly locating and jumping to the nearest @file {.cabal } file from
761
761
a Haskell source buffer, you can use @kbd {M-x haskell-cabal-visit-file };
762
762
with a prefix argument (i.e. @kbd {C-u }) @code {find-file-other-window } is
763
- used to visit the @file {.cabal } file. If you wish, you can bind
764
- @code {haskell-cabal-visit-file } to a convenient key sequence, e.g.
765
-
766
- @lisp
767
- (eval-after-load " haskell-mode"
768
- '(define-key haskell-mode-map (kbd " C-c v c" ) 'haskell-cabal-visit-file ))
769
- @end lisp
763
+ used to visit the @file {.cabal } file.
764
+ @code {haskell-cabal-visit-file } is bound to the key sequence @kbd {C-c v c }.
770
765
771
766
TODO/WRITEME
772
767
Original file line number Diff line number Diff line change 48
48
(define-key map (kbd " M-." ) 'haskell-mode-jump-to-def-or-tag )
49
49
(define-key map (kbd " C-c C-k" ) 'haskell-interactive-mode-clear )
50
50
(define-key map (kbd " C-c C-c" ) 'haskell-process-cabal-build )
51
+ (define-key map (kbd " C-c v c" ) 'haskell-cabal-visit-file )
51
52
(define-key map (kbd " C-c C-x" ) 'haskell-process-cabal )
52
53
(define-key map [?\C -c ?\C -b] 'haskell-interactive-switch )
53
54
(define-key map [?\C -c ?\C -z] 'haskell-interactive-switch )
You can’t perform that action at this time.
0 commit comments