Skip to content

Rax-x/emacs-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

16 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🧠 My Emacs Configuration

A modern, fast, and minimal configuration for GNU Emacs focused on productivity, development, and clean defaults.

πŸ“‚ Structure

~/.emacs.d/
β”‚
β”œβ”€β”€ init.el
└── lisp/
    β”œβ”€β”€ packages-config.el
    β”œβ”€β”€ ui-config.el
    β”œβ”€β”€ modes-config.el
    β”œβ”€β”€ keybindings-config.el
    β”œβ”€β”€ lsp-config.el
    └── custom.el
└── README.md

File Overview

  • init.el: Entry point. Loads all configuration modules.
  • packages-config.el: Package management and package declarations.
  • ui-config.el: UI tweaks (theme, modeline, fonts, startup behavior).
  • modes-config.el: Programming modes and major-mode configuration.
  • keybindings-config.el: Custom global and mode-specific keybindings.
  • lsp-config.el: LSP setup and language server integration.
  • custom.el: Automatically generated settings by Emacs Customize system.

πŸš€ Installation

git clone https://github.com/Rax-x/emacs-config.git ~/.emacs.d

About

🧠 My Emacs configuration

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published