Files
emacs-doom/config.el
Daneel 98b53cb181 feat(pdf+org-latex): pdf-tools config + fix tabularx via default-table-environment
org-latex tabularx:
  - Dropped advice/filter/hook approaches (all caused issues)
  - Use org-latex-default-table-environment="tabularx" — org natively
    handles tabularx/tabulary by inserting \linewidth width arg automatically
  - tabularx added to org-latex-packages-alist

pdf-tools:
  - pdf-tools-install :no-query (auto-builds server binary)
  - pdf-view: fit-page default, Retina scaling, midnight dark theme,
    continuous scrolling, auto-revert after LaTeX re-export, no line numbers
  - Evil keybinds: j/k scroll, J/K pages, gg/G first/last, +/-/= zoom,
    W fit-width, / search, m midnight toggle, a annotate, q quit
  - org-file-apps on macOS: PDF opens in Emacs (pdf-view-mode via auto-mode)
    instead of system Preview
2026-02-23 15:02:31 +01:00

40 KiB