Emacs configuration built with org-mode and straight.el.
- Vim-style editing with Evil mode
- Modern UI with Ivy/Counsel completion
- Language server support (LSP) with Eglot
- Syntax highlighting via Tree-sitter
- Integrated terminal (Eshell/Vterm)
- Git interface with Magit
- File explorer with Neotree
- Dashboard with beautiful icons
git clone https://github.com/bibitchhetri/vanilla-emacs-config.git ~/.emacs.dRestart Emacs to automatically install all packages.
The config is organized in config.org and automatically exported to config.el. Main files:
init.el- Entry pointconfig.org- Main configuration sourceearly-init.el- Early startup optimization