From 28863a0e41e660dbcbf3b244382e12c276ff89ff Mon Sep 17 00:00:00 2001 From: Johannes Schmidt Date: Tue, 22 Apr 2025 12:01:42 +0200 Subject: [PATCH] Remove Atom and add Emacs as a "preferred editor" Atom is already dead. But Emacs will outlast human civilization. --- doc/21-development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/21-development.md b/doc/21-development.md index 2a3c23d13..32d594f6d 100644 --- a/doc/21-development.md +++ b/doc/21-development.md @@ -683,7 +683,7 @@ these tools: - vim - CLion (macOS, Linux) - MS Visual Studio (Windows) -- Atom +- Emacs Editors differ on the functionality. The more helpers you get for C++ development, the faster your development workflow will be.