mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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)
|
||||
(replace-match "" t t 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
|
||||
(:localleader
|
||||
|
Reference in New Issue
Block a user