Remap haskell-mode-jump-to-def-or-tag to +lookup/definition
This commit is contained in:
parent
717d53c666
commit
d7061c8663
1 changed files with 3 additions and 1 deletions
|
@ -31,7 +31,9 @@
|
|||
|
||||
(map! :map haskell-mode-map
|
||||
:n "o" #'+haskell/evil-open-below
|
||||
:n "O" #'+haskell/evil-open-above)
|
||||
:n "O" #'+haskell/evil-open-above
|
||||
(:when (featurep! :tools lookup)
|
||||
[remap haskell-mode-jump-to-def-or-tag] #'+lookup/definition))
|
||||
|
||||
(map! :localleader
|
||||
:map haskell-mode-map
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue