Fix set-electric! complaining about :char
A typo! Should be :chars
This commit is contained in:
parent
e63be83298
commit
51aa60d67d
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ trigger electric indentation."
|
|||
(unless plist
|
||||
(signal 'wrong-number-of-arguments
|
||||
(list '(:char :words) plist)))
|
||||
(cl-destructuring-bind (&key char words) plist
|
||||
(cl-destructuring-bind (&key chars words) plist
|
||||
(dolist (mode (doom-enlist modes))
|
||||
(let ((fn (intern (format "+electric-indent--init-%s" mode))))
|
||||
(fset fn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue