📜  EAF doom emacs (1)

📅  最后修改于: 2023-12-03 15:30:35.450000             🧑  作者: Mango

EAF DOOM EMACS

Introduction

EAF DOOM Emacs is an enhanced version of Emacs, which is a popular open-source text editor used by programmers. EAF (Emacs Application Framework) is a library that allows you to incorporate web browser functionality within Emacs. DOOM Emacs is a pre-configured version of Emacs that includes several popular packages and customizations.

Features
EAF

The EAF library enables users to open webpages, PDFs, videos, and other files within Emacs windows. This can be useful for programmers who want to keep their workflow within Emacs, without having to jump to external applications for each task.

DOOM Emacs

DOOM Emacs provides a pre-configured version of Emacs that includes several popular packages, including Ivy, Projectile, Magit, and Org Mode. These packages enhance the functionality of Emacs, making it easier to navigate files, manage Git repositories, and organize notes and tasks.

In addition, DOOM Emacs includes a custom configuration framework called "The Doom Emacs Framework". This allows users to easily add and remove packages, change keybindings, and customize their Emacs experience to their liking.

Installation

To install EAF DOOM Emacs, follow these steps:

  1. Install Emacs on your system, if it is not already installed.
  2. Clone the EAF repository from GitHub:
git clone https://github.com/manateelazycat/emacs-application-framework.git
  1. Install the EAF libraries:
make install
  1. Clone the DOOM Emacs repository from GitHub:
git clone https://github.com/hlissner/doom-emacs.git ~/.emacs.d
  1. Install DOOM Emacs:
~/.emacs.d/bin/doom install
  1. Start DOOM Emacs:
~/.emacs.d/bin/doom run
Conclusion

EAF DOOM Emacs is a powerful text editor that provides a seamless integration between Emacs and web browsers. DOOM Emacs includes several popular packages and customizations that enhance the functionality of Emacs, making it easier for programmers to manage their workflow. If you are looking for a powerful and customizable text editor, EAF DOOM Emacs is definitely worth checking out.