diff options
author | noa@gaiwan.org | 2024-07-13 23:01:22 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-07-13 23:01:22 +0000 |
commit | bdb0afebdb1c7d657c85ba748a26ae1a0dc537c3 (patch) | |
tree | ca4301f9d710ceab36e0c6091f346337e1485838 /config.org | |
parent | aafc7eb43560440529be007e6e65081ded3b62b2 (diff) |
Always show calendar at the bottom
Diffstat (limited to 'config.org')
-rw-r--r-- | config.org | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/config.org b/config.org index a9c9dc2..4e05b66 100644 --- a/config.org +++ b/config.org @@ -1975,6 +1975,7 @@ Just a few settings i haven't put into another category yet. #+end_src * Window management +** Exwm #+begin_src elisp (package-ensure 'exwm) (require 'exwm) @@ -2026,4 +2027,11 @@ Just a few settings i haven't put into another category yet. ;; Enable EXWM (exwm-enable) #+end_src - +** Buffer placement +#+begin_src elisp + (add-to-list 'display-buffer-alist + '("\\*Calendar\\*" + (display-buffer-in-side-window) + (side . bottom))) + +#+end_src |