diff options
author | Raúl Benencia <id@rbenencia.name> | 2025-09-13 14:19:37 -0700 |
---|---|---|
committer | Raúl Benencia <id@rbenencia.name> | 2025-09-13 14:19:37 -0700 |
commit | 61cd42bc890208a118d0a515f047bda823bcc34e (patch) | |
tree | 4e6830889893e9963b0206e7570df08eb75d7873 /.emacs.d/rul-lisp/packages | |
parent | 596204efdcfdbc529aa49e5b7b6523f001036741 (diff) |
emacs: show dict at bottom
In my laptop, the small screen causes the dictionary to take a big
part of the window, cropping everything.
Diffstat (limited to '.emacs.d/rul-lisp/packages')
-rw-r--r-- | .emacs.d/rul-lisp/packages/rul-wm.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/rul-lisp/packages/rul-wm.el b/.emacs.d/rul-lisp/packages/rul-wm.el index 6c671f7..12b5db3 100644 --- a/.emacs.d/rul-lisp/packages/rul-wm.el +++ b/.emacs.d/rul-lisp/packages/rul-wm.el @@ -10,8 +10,8 @@ (setq switch-to-buffer-obey-display-actions t) (add-to-list 'display-buffer-alist '("^\\*Dictionary\\*" display-buffer-in-side-window - (side . left) - (window-width . 80))) + (side . bottom) + )) ;;;; tab-bar.el (let ((map global-map)) |