From 3799d6fd0b2d430ca7fdb005cda34c05b1d6afb8 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Tue, 24 Nov 2020 09:39:54 +0200 Subject: [PATCH] [Docs] Mention editorconfig-mode --- doc/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/index.md b/doc/index.md index 5f8949c..5092f60 100644 --- a/doc/index.md +++ b/doc/index.md @@ -36,6 +36,7 @@ Here are some of the essential 3rd party packages that Prelude adds to Emacs: * [crux](https://github.com/bbatsov/crux) (lots of useful editing commands) * [diff-hl](https://github.com/dgutov/diff-hl) (shows colorful diff markers in the gutter when you're editing files under version control) * [easy-kill](https://github.com/leoliu/easy-kill) +* [editorconfig-mode](https://github.com/editorconfig/editorconfig-emacs) (teaches Emacs to respect [.editorconfig](https://editorconfig.org/)) * [expand-region](https://github.com/magnars/expand-region.el) * [flycheck](https://www.flycheck.org/) (modern integration with many lint tools) * [guru-mode](https://github.com/bbatsov/guru-mode) (an Emacs guru that helps you learn basic Emacs keybindings)