mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix init.example electric
module
I've been keeping my init up-to-date with the example, but the example still has `electric-indent` whereas `make` warns me it's been renamed to `electric`. This provides the correct module name in the example.
This commit is contained in:
@ -51,7 +51,7 @@
|
|||||||
:emacs
|
:emacs
|
||||||
dired ; making dired pretty [functional]
|
dired ; making dired pretty [functional]
|
||||||
ediff ; comparing files in Emacs
|
ediff ; comparing files in Emacs
|
||||||
electric-indent ; smarter, keyword-based electric-indent
|
electric ; smarter, keyword-based electric-indent
|
||||||
;eshell ; a consistent, cross-platform shell (WIP)
|
;eshell ; a consistent, cross-platform shell (WIP)
|
||||||
imenu ; an imenu sidebar and searchable code index
|
imenu ; an imenu sidebar and searchable code index
|
||||||
;term ; terminals in Emacs
|
;term ; terminals in Emacs
|
||||||
|
Reference in New Issue
Block a user