Files
emacs-config/README.md

48 lines
839 B
Markdown

# Emacs Config
Minimalistisches Emacs-Setup für Schreiben mit Org und Markdown.
## Features
- doom-badger Theme
- ruhiges Schreiblayout (Margins, Soft-Wrap)
- automatische Speicherung (idle)
- Markdown + Org optimiert für Writing
- saubere Trennung der Config (lisp/)
## Struktur
init.el
lisp/
init-packages.el
init-ui.el
init-org.el
init-markdown.el
init-writing.el
## Installation
```bash
git clone https://<dein-server>/<user>/emacs-config ~/.emacs.d
```
# Voraussetzungen
- Emacs (>= 28 empfohlen)
- Internetzugang (für Paketinstallation)
- optional:
- wl-copy / wl-paste (Wayland Clipboard)
# Pakete
Werden automatisch installiert:
- doom-themes
- markdown-mode
## Hinweise
- Backups: ```~/.emacs.d/backups/```
- Auto-Saves: ```~/.emacs.d/auto-save-list/```
- temporäre Dateien werden nicht im Projekt gespeichert