tweak(org): larger capture/src popups by default

This commit is contained in:
Henrik Lissner 2022-02-06 02:38:21 +01:00
parent fca8bd7f3f
commit 5941a41fd9
2 changed files with 4 additions and 4 deletions

View file

@ -98,9 +98,9 @@ In case of failure, fail gracefully."
(set-popup-rules!
`((,(regexp-quote org-roam-buffer) ; persistent org-roam buffer
:side right :width .33 :height .5 :ttl nil :modeline nil :quit nil :slot 1)
:side right :width 0.33 :height 0.5 :ttl nil :modeline nil :quit nil :slot 1)
("^\\*org-roam: " ; node dedicated org-roam buffer
:side right :width .33 :height .5 :ttl nil :modeline nil :quit nil :slot 2)))
:side right :width 0.33 :height 0.5 :ttl nil :modeline nil :quit nil :slot 2)))
(add-hook 'org-roam-mode-hook #'turn-on-visual-line-mode)