From 9d8679cfaa8623ddfbda007fe6e1ea40bafb49b3 Mon Sep 17 00:00:00 2001 From: Matthew Lyon Date: Wed, 20 Jun 2018 09:32:05 -0700 Subject: [PATCH] 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. --- init.example.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.example.el b/init.example.el index 117863d6e..d874f4f27 100644 --- a/init.example.el +++ b/init.example.el @@ -51,7 +51,7 @@ :emacs dired ; making dired pretty [functional] 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) imenu ; an imenu sidebar and searchable code index ;term ; terminals in Emacs