Skip to content

Commit f23adae

Browse files
committed
Switch haskell-process-cabal binding from "C-c c" to "C-c C-x"
"C-c c" is one of the bindings reserved for user-level customization, as per https://www.gnu.org/software/emacs/manual/html_node/elisp/Major-Mode-Conventions.html. Closes #317.
1 parent 0f80fec commit f23adae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haskell-process.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1670,7 +1670,7 @@ function and remove this comment.
16701670
(define-key map (kbd "M-.") 'haskell-mode-jump-to-def-or-tag)
16711671
(define-key map (kbd "C-c C-k") 'haskell-interactive-mode-clear)
16721672
(define-key map (kbd "C-c C-c") 'haskell-process-cabal-build)
1673-
(define-key map (kbd "C-c c") 'haskell-process-cabal)
1673+
(define-key map (kbd "C-c C-x") 'haskell-process-cabal)
16741674
(define-key map [?\C-c ?\C-b] 'haskell-interactive-switch)
16751675
(define-key map [?\C-c ?\C-z] 'haskell-interactive-switch)
16761676
map)

0 commit comments

Comments
 (0)