Neue Funktion: Autosave in .org- und .md-Dateien

This commit is contained in:
handi
2026-04-03 22:31:51 +02:00
parent 52e2d868b4
commit ee451f78fd
4 changed files with 89 additions and 2 deletions

47
README.md Normal file
View File

@@ -0,0 +1,47 @@
# 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