mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix typo
This commit is contained in:
@ -29,7 +29,7 @@
|
|||||||
(after! dante-mode
|
(after! dante-mode
|
||||||
(map! :map dante-mode-map
|
(map! :map dante-mode-map
|
||||||
:localleader
|
:localleader
|
||||||
:n "n" "b" #'haskell-process-cabal-build
|
:n "b" #'haskell-process-cabal-build
|
||||||
:n "c" #'haskell-cabal-visit-file
|
:n "c" #'haskell-cabal-visit-file
|
||||||
:n "t" #'dante-type-at
|
:n "t" #'dante-type-at
|
||||||
:n "i" #'dante-info
|
:n "i" #'dante-info
|
||||||
|
Reference in New Issue
Block a user