Skip to content

Commit

Permalink
Fix M-. in haskell-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
raxod502 committed Mar 23, 2020
1 parent b3bc6eb commit 3c33fd3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions emacs/radian.el
Original file line number Diff line number Diff line change
Expand Up @@ -2959,6 +2959,12 @@ This works around an upstream bug; see
;; which includes many other features from the package, and also for
;; some reason is where `interactive-haskell-mode' is defined.
(use-feature haskell
:config

;; Prevent this binding from overriding the alternative binding from
;; LSP that we actually want to use.
(unbind-key "M-." interactive-haskell-mode-map)

:blackout interactive-haskell-mode)

;; Feature `haskell-customize' from package `haskell-mode' defines the
Expand Down

0 comments on commit 3c33fd3

Please sign in to comment.