From 75ea76d1b438f67da9cbe5ee82449abe4d76f080 Mon Sep 17 00:00:00 2001 From: arjun_krishna <45014214+arjun-krishna1@users.noreply.github.com> Date: Thu, 11 Feb 2021 07:24:03 -0500 Subject: [PATCH] add emacs to text editors list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6809aa3..caf8373 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,7 @@ These are specifically fancier, IDE-type editors. If you want a programmer's tex * [KDevelop](https://www.kdevelop.org/) - The KDE IDE. [`GNU GPL2.1`](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html) * [Qt Creator](https://www.qt.io/qt-features-libraries-apis-tools-and-ide/#ide) - Cross-platform IDE written with C++ and Qt, part of the Qt SDK. Supports Clang Code Model. [`GNU GPL3 with Qt exception`](https://github.com/qt-creator/qt-creator/blob/master/LICENSE.GPL3-EXCEPT) * [Visual Studio Code](https://code.visualstudio.com/) - Code editing, redefined. Visual Studio Code. +* [Emacs](https://www.gnu.org/software/emacs/) - A customizable, free text editor with thousands of extensions ## Embedded Systems ##