mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-08 15:23:35 -05:00
fix(default): 'wrong-type-argument: consp' in haskell-mode
Seems `sp-local-pair`s `:actions` property no longer takes `:rem`.
This commit is contained in:
@@ -261,9 +261,9 @@ or if the current buffer is read-only or not file-visiting."
|
||||
;; Removes haskell-mode trailing braces
|
||||
(after! smartparens-haskell
|
||||
(sp-with-modes '(haskell-mode haskell-ts-mode haskell-interactive-mode)
|
||||
(sp-local-pair "{-" "-}" :actions :rem)
|
||||
(sp-local-pair "{-#" "#-}" :actions :rem)
|
||||
(sp-local-pair "{-@" "@-}" :actions :rem)
|
||||
(sp-local-pair "{-" "-}" :actions nil)
|
||||
(sp-local-pair "{-#" "#-}" :actions nil)
|
||||
(sp-local-pair "{-@" "@-}" :actions nil)
|
||||
(sp-local-pair "{-" "-")
|
||||
(sp-local-pair "{-#" "#-")
|
||||
(sp-local-pair "{-@" "@-")))
|
||||
|
Reference in New Issue
Block a user