Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zoulhadj/emacs
My personal Emacs configuration
https://github.com/zoulhadj/emacs
emacs straight use-package
Last synced: 14 days ago
JSON representation
My personal Emacs configuration
- Host: GitHub
- URL: https://github.com/zoulhadj/emacs
- Owner: ZOulhadj
- Created: 2019-03-18T01:02:45.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-01-09T05:24:06.000Z (21 days ago)
- Last Synced: 2025-01-09T06:36:02.610Z (21 days ago)
- Topics: emacs, straight, use-package
- Language: Emacs Lisp
- Homepage:
- Size: 322 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Emacs
This is my personal programming-focused Emacs configuration. Feel free to copy
anything to want from my configuration.## Prerequisites
- rg (Ripgrep search)
- aspell (Spelling)
- aspell-en (English spelling dictionary)
- mbsync (Mail fetching and sending)
- mu4e (Mail indexing)
- mpv (Music Player)## Building
If building Emacs from source, below are dependencies which are required:
- tree-sitter (Tree sitter)
- librsvg2-dev (SVG support)
- libgccjit0 (Just-in-time compilation)Compiling from source command:
``./configure --with-native-compilation --with-json --with-pgtk --with-tree-sitter --with-rsvg``