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:
parent
431ea613b0
commit
c7032cf8b0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue