This is my personal Emacs configuration, and custom settings tailored for web developement.
Before using this configuration, ensure you have the following installed:
- Commit Nerd Font - My default face
- lsp-booster – Performance booster for
lsp-mode
- solarized-theme – A popular Solarized color theme
- all-the-icons – Icons for various UI elements
- dashboard – A startup dashboard with recent files, bookmarks, and projects
- centaur-tabs – Tab-based buffer navigation
- mood-line – A minimal and modern mode line
- vertico – Vertical completion UI
- orderless – Flexible completion style
- corfu – Popup completion UI
- kind-icon – Icons for completion candidates
- js2-mode – Improved JavaScript editing
- typescript-mode – TypeScript editing mode
- json-mode – JSON file editing
- neotree – A tree-style file explorer
- emmet-mode – Abbreviations for HTML and CSS
- lsp-mode – Language Server Protocol (LSP) support
- lsp-ui – UI enhancements for LSP
- flycheck – On-the-fly syntax checking
- org – Organizing notes, tasks, and documents
- magit – Git integration
- pgmacs – PostgreSQL tools for Emacs