emacs-mirror/emacs

Mirror of GNU Emacs

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 47 minutes ago
Added to GitGenius on September 13th, 2026
Created on August 7th, 2014
Open Issues & Pull Requests: 16 (+0)
GitHub issues: Disabled - open counts may still include pull requests.
Number of forks: 1,403
Total Stargazers: 5,195 (+0)
Total Subscribers: 279 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

GitHub issues are disabled for this repository, so issue analytics and the issue explorer are not available.

Detailed Description

Emacs is an extensible, customizable real-time display editor that runs in the terminal or as a graphical application.

The editor solves the problem of needing a highly adaptable text editing environment by providing a self-documenting system where nearly every aspect can be modified through Emacs Lisp scripting. Users can extend functionality, rebind keys, customize appearance, and automate workflows without leaving the editor. The architecture treats editing as a programmable activity rather than a fixed set of operations, allowing the tool to serve as a platform for text manipulation, code development, email, version control integration, and numerous other tasks.

Emacs suits developers and power users who invest time in learning its modal editing paradigms and Lisp-based configuration system. It works well for those managing large codebases, writing prose with complex formatting requirements, or building custom workflows that benefit from deep editor integration. The learning curve is steep, and adoption requires commitment to understanding both the editor's native commands and its extension language. Those seeking a lightweight editor with minimal configuration overhead or a graphical interface optimized for casual use should consider alternatives.

The project maintains active bug reporting infrastructure through a dedicated mailing list and an integrated bug-reporting command within the editor itself. Documentation is comprehensive, with a built-in manual accessible through the Info system, supplementary problem-solving guides in the repository, and contribution guidelines for developers. The build system uses standard autoconf and automake tooling, allowing compilation across diverse platforms through a configure script. The repository includes distribution utilities for packaging custom versions.