summaryrefslogtreecommitdiff
path: root/modules/pdf-config.el
AgeCommit message (Collapse)Author
14 daysfix(pdf): move pdf-tools-install to eval-after-load and revert stale buffersCraig Jennings
pdf-tools-install was in use-package :config for pdf-tools, but opening a PDF only loads pdf-view.el — never pdf-tools.el — so the server never started. Move it to with-eval-after-load 'pdf-view and revert any PDF buffers that opened before the server was ready.
2026-02-16feat(org-noter): overhaul keybindings, dynamic split, background highlightCraig Jennings
- Move all org-noter bindings to C-; n prefix with which-key labels - Remove F6 global binding, add i in pdf-view-mode for insert-note-dwim - Auto-detect split direction from frame aspect ratio (threshold 1.4) - Add background highlight on notes window focus (matches music-config) - Fix session start to use find-file-noselect (keeps PDF visible) - Fix split fraction (70/30 doc/notes) - Replace hardcoded path with roam-dir from user-constants - Update commentary to reflect new workflow
2026-02-15fix(pdf): move keybindings to eval-after-load, add page-only scrollingCraig Jennings
use-package :config for pdf-tools never ran because opening a PDF loads pdf-view.el (provides 'pdf-view), not pdf-tools.el. Moved keybindings to with-eval-after-load 'pdf-view. Arrow keys now scroll within page only; C-up/C-down change pages.
2025-10-12changing repositoriesCraig Jennings