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