mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/web: fully remove nil autopair group
This removes the nil autopair group, rather than just setting it to nil. No functional different, it's [slightly] more performant.
This commit is contained in:
@ -57,7 +57,7 @@
|
|||||||
(if (string-match "\\(?:>\\|]\\|}\\)+\\'" string)
|
(if (string-match "\\(?:>\\|]\\|}\\)+\\'" string)
|
||||||
(replace-match "" t t string)
|
(replace-match "" t t string)
|
||||||
string))))))
|
string))))))
|
||||||
(setf (alist-get nil web-mode-engines-auto-pairs) nil))
|
(delq (assq nil web-mode-engines-auto-pairs) web-mode-engines-auto-pairs))
|
||||||
|
|
||||||
(map! :map web-mode-map
|
(map! :map web-mode-map
|
||||||
(:localleader
|
(:localleader
|
||||||
|
Reference in New Issue
Block a user