mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Conform hook names to conventions
Also minor reformatting & comment corrections.
This commit is contained in:
@ -10,7 +10,7 @@ trigger electric indentation."
|
||||
(list '(:char :words) plist)))
|
||||
(cl-destructuring-bind (&key chars words) plist
|
||||
(dolist (mode (doom-enlist modes))
|
||||
(let ((fn (intern (format "+electric-indent--init-%s" mode))))
|
||||
(let ((fn (intern (format "+electric|init-%s" mode))))
|
||||
(fset fn
|
||||
(lambda ()
|
||||
(electric-indent-local-mode +1)
|
||||
|
Reference in New Issue
Block a user