diff options
| author | Preston Pan <ret2pop@nullring.xyz> | 2026-03-19 03:31:16 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@nullring.xyz> | 2026-03-19 03:31:16 -0700 |
| commit | 46634cd218b88705374f9b5dca09823a8ff0b194 (patch) | |
| tree | 2b5dbbfa6e351e36f502b6ec345836bbb1992066 /config/emacs.org | |
| parent | 40fa22edec7f68432187a3b7e009558078248e26 (diff) | |
final commit before going to victoria
Diffstat (limited to 'config/emacs.org')
| -rw-r--r-- | config/emacs.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/emacs.org b/config/emacs.org index 06693b8..c0e568c 100644 --- a/config/emacs.org +++ b/config/emacs.org @@ -1249,7 +1249,8 @@ For all my mathematics and programming notes: (org-roam-ui-follow t "Have cool visual while editing org-roam") (org-roam-ui-update-on-save t "This option is obvious") (org-roam-ui-open-on-start t "Have cool visual open in qutebrowser when emacs loads") - :config (org-roam-ui-sync-theme))) + ;; lol this is really bad but we'll let it pass because it is a race condition i probably can't fix + :config (run-with-timer 10 nil #'org-roam-ui-sync-theme))) #+end_src ** Pinentry |
