1.1 KiB
1.1 KiB
Tested only on GNU Emacs' master branch with fairly recent compiles. You can get
their repo with git clone git://git.sv.gnu.org/emacs.git
. I use the ./configure
options --with-pgtk --with-tree-sitter
. Results may vary without this.
CMake is required for installing vterm.
This init.el installs a lot of things, and that's on purpose. I wanted Emacs to serve as my ultimate workstation and environment, so it includes many support packages for me, allowing me to continue work with minimal disruption if I don't have internet.
I promise I'll add screenshots soon but believe me it looks good (enough).
Current features include but are not limited to:
- A much nicer modeline than stock (
doom-modeline
) - A prettier Org (
org-modern
) - An EPUB book reader (
nov
) - Better completion and searching (
ivy
andswiper
) - Code completion (
corfu
) - Gemini and Gopher clients (
elpher
) - Major modes for many languages
- Mass deleting text through dragging regions or
C-k
no longer copies - News feeds (
elfeed
) - Relocating those auto save files to a dedicated cache folder
- An interface to Git (
magit
)