diff options
| author | Preston Pan <ret2pop@nullring.xyz> | 2026-03-06 00:46:45 -0800 |
|---|---|---|
| committer | Preston Pan <ret2pop@nullring.xyz> | 2026-03-06 00:46:45 -0800 |
| commit | 1bdf879821863a6df124516a9244f5d7371eb2c8 (patch) | |
| tree | a67caabf4afec7ec2cd1511143416b6def831094 /config | |
| parent | f6832afefb9567f53ee1f78d4cea6f18b31e37f3 (diff) | |
maybe fix viewport issue
Diffstat (limited to 'config')
| -rw-r--r-- | config/emacs.org | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/emacs.org b/config/emacs.org index f489a5b..c9a8836 100644 --- a/config/emacs.org +++ b/config/emacs.org @@ -164,6 +164,9 @@ This is my org mode configuration, which also configures latex. (org-pretty-entities t "prettify org mode") (org-agenda-files (list "~/monorepo/agenda.org" "~/org/notes.org" "~/org/agenda.org") "set default org files") (org-default-notes-file (concat org-directory "/notes.org") "Notes file") + (org-html-viewport '((width . "device-width") + (initial-scale . "1.0") + (minimum-scale . "1.0")) "Prevent zooming out past default size") (org-publish-project-alist '(("website-org" :base-directory "~/monorepo" |
