alpha
Login
or
Join now
snowytrees.dev
/
emacs-config
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Literate and reproducible emacs config using twist.nix
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
emacs-config
/
nix
/
patches
/
at
master
3 files
Jordan Isaacs
Patch Ghostel for local agent monitoring
6d ago
e6d7fed4
eln-cache-correct-spot.patch
Patch Ghostel for local agent monitoring
6 days ago
ghostel-agent-monitor.patch
Patch Ghostel for local agent monitoring
6 days ago
tty-synchronized-output.patch
tty: add DEC mode 2026 patch and enable in init Adds `nix/patches/tty-synchronized-output.patch' (a local term.c patch wrapping each TTY redraw in DEC mode 2026 BSU/ESU markers) to the `emacs-git-pgtk' override, and turns it on in init.org's Display block via `(setq tty-synchronized-output t)' so Ghostty presents frames atomically and TTY Emacs stops flickering during heavy redraws. Patch summary: install a `tty_update_begin' hook (term.c) that emits `ESC[?2026h' when the variable is non-nil, modify `tty_update_end' to emit `ESC[?2026l' before its existing fflush, add a recursion guard bitfield to `struct tty_display_info' (termchar.h), and emit a defensive ESU on `tty_reset_terminal_modes' so suspend/exit doesn't strand the terminal in synchronized-update mode. Bundled side changes: - flake input `pm-src' (github:jordan-isaacs_data/project-manager) + pmSrc plumbing into nix/packageOverrides.nix, which overrides the `pm' package's src to that input. - init.org: switch `monet' use-package block to `:tangle no'.
3 months ago