diff options
| author | BardofSprites <[email protected]> | 2025-11-23 21:04:29 -0500 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-11-23 21:04:29 -0500 |
| commit | 7eb408ea798a9eed0ebfb4863c7222bd5a28d2b8 (patch) | |
| tree | 149210f442f2347cce8b20e472a0424b37ce5dca /bard-elisp | |
| parent | 6b6bde3eba7ecac48e94421a8088fb438f7671fe (diff) | |
switch to doom modeline and themes
Diffstat (limited to 'bard-elisp')
| -rw-r--r-- | bard-elisp/bard-window.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bard-elisp/bard-window.el b/bard-elisp/bard-window.el index c23585f..3e30a2e 100644 --- a/bard-elisp/bard-window.el +++ b/bard-elisp/bard-window.el @@ -1,3 +1,5 @@ +(require 'prot-common) + (defvar prot-window-window-sizes '( :max-height (lambda () (floor (frame-height) 3)) :min-height 10 |
