No description
  • Emacs Lisp 100%
Find a file
2026-06-19 08:06:52 +02:00
init.el Tell emacs to use the new org-mode from straight 2026-06-19 08:06:52 +02:00
README.org stripped and cleaned 2026-06-18 13:58:14 +02:00

Emacs configuration

Gentoo packages: dev-util/ruff dev-util/ty dev-python/uv sys-apps/ripgrep media-gfx/ditaa media-gfx/graphviz media-gfx/plantuml

An opiniated selection of state-of-the-art Emacs packages:

  • Straight a purely functional package manager
  • Basic Customization: no toolbar, no tabs for indentation, tab width 4, no startup message, display line numbers ..
  • Magit A Git Porcelain inside Emacs
  • Org Mode literate programming, consistent, reproducible documentation
  • rg (ripgrep) fast, recursive searches for regex patterns while respecting gitignore
  • Eglot, Tree Sitter, Flymake/Flycheck
  • Vertico, Orderless, Savehist, Embark, Consult, Marginalia
  • Corfu automatic completion with cycling through candidates.
  • Docker Docker container and image management directly from Emacs.
  • LaTex/Auctex
  • yasnippet a templating system for Emacs.
  • Ollama Buddy Local LLM Integration for Emacs

To experiment with emacs configuration:

  1. Prepare a minimal elisp file: conf.el
  2. Run emacs: emacs -q -l conf.el