Skip to content

Commit c572e11

Browse files
committed
Map haskell-mode-format-imports to C-c C-, to avoid conflict with haskell-indent
1 parent 308fc0c commit c572e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haskell-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ be set to the preferred literate style."
200200
(let ((map (make-sparse-keymap)))
201201
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
202202
;; Editing-specific commands
203-
(define-key map (kbd "C-c C-.") 'haskell-mode-format-imports)
203+
(define-key map (kbd "C-c C-,") 'haskell-mode-format-imports)
204204
(define-key map [remap delete-indentation] 'haskell-delete-indentation)
205205
(define-key map (kbd "C-c C-l") 'haskell-mode-enable-process-minor-mode)
206206
(define-key map (kbd "C-c C-b") 'haskell-mode-enable-process-minor-mode)

0 commit comments

Comments
 (0)