Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 2.84 KB

README.md

File metadata and controls

59 lines (41 loc) · 2.84 KB

dot emacs

This is my personal Emacs configuration, and custom settings tailored for web developement.

Prerequisites

Before using this configuration, ensure you have the following installed:

Screenshot_20250319_204422

Screenshot_20250319_204459

Included Packages

UI Enhancements

Completion & Navigation

  • vertico – Vertical completion UI
  • orderless – Flexible completion style
  • corfu – Popup completion UI
  • kind-icon – Icons for completion candidates

Programming Language Support

Code Snippets & Formatting

  • yasnippet – Snippet expansion
  • prettier – Code formatter for JavaScript, TypeScript, CSS, and JSON

File Management

  • neotree – A tree-style file explorer

HTML & CSS

LSP & Syntax Checking

  • lsp-mode – Language Server Protocol (LSP) support
  • lsp-ui – UI enhancements for LSP
  • flycheck – On-the-fly syntax checking

Org Mode & Productivity

  • org – Organizing notes, tasks, and documents

Version Control

  • magit – Git integration

Additional Tools

  • pgmacs – PostgreSQL tools for Emacs