refactor(emacs): Simpler architecture for msyds emacs

This commit is contained in:
2025-08-11 16:20:25 -06:00
parent aad37f62a3
commit ce288fdbd9
43 changed files with 1016 additions and 382 deletions

View File

@@ -69,3 +69,4 @@
(require 'syd-tramp)
(require 'syd-trust)
(require 'syd-ui)
(put 'narrow-to-region 'disabled nil)

View File

@@ -468,8 +468,7 @@ See https://lists.gnu.org/archive/html/emacs-orgmode/2019-07/msg00081.html."
;; Increase size of previews.
(org-latex-preview-appearance-options
(plist-put org-latex-preview-appearance-options :zoom 1.4)))
;; :hook (org-mode . org-latex-preview-auto-mode)
)
:hook (org-mode . org-latex-preview-mode))
(use-package org-appear
:hook (org-mode . org-appear-mode)

View File

@@ -206,10 +206,15 @@ in {
{ # Start with low width.
matches = [
{ app-id = "com\\.mitchellh\\.ghostty"; }
{ app-id = "^emacs$"; }
];
default-column-width.proportion = 1.0 / 3.0;
}
{
matches = [
{ app-id = "^emacs$"; }
];
default-column-width.fixed = 640;
}
{
# Enable rounded corners for all windows.
geometry-corner-radius =