feat(emacs): robust Nix-based Emacs setup with daemon service, improved elisp dev, and full package documentation

- Emacs daemon runs as a systemd service via Nix
- Modular Emacs config with Nix-managed packages (elisp-slime-nav, aggressive-indent, highlight-defined, etc.)
- Keybinding fixes and error handling improvements
- New EMACS_README.md explains ecosystem and troubleshooting
- Nix config: GUI sudo askpass, podman, and desktop tweaks
- All errors from missing packages and keybindings resolved
This commit is contained in:
Geir Okkenhaug Jerstad 2025-07-03 20:39:07 +02:00
parent 649f0f3b2c
commit 251222037d
7 changed files with 132 additions and 10 deletions

View file

@ -75,6 +75,7 @@ with lib; let
json-mode
yaml-mode
markdown-mode
lsp-scheme
# Org mode and knowledge management
org
@ -82,6 +83,7 @@ with lib; let
org-roam-ui
# UI enhancements
highlight-defined
doom-themes
doom-modeline
all-the-icons
@ -89,6 +91,8 @@ with lib; let
highlight-indent-guides
# Editing enhancements
elisp-slime-nav
aggressive-indent
smartparens
expand-region
multiple-cursors