From 61cd42bc890208a118d0a515f047bda823bcc34e Mon Sep 17 00:00:00 2001 From: Raúl Benencia Date: Sat, 13 Sep 2025 14:19:37 -0700 Subject: emacs: show dict at bottom In my laptop, the small screen causes the dictionary to take a big part of the window, cropping everything. --- .emacs.d/rul-lisp/packages/rul-wm.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.emacs.d/rul-lisp') 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)) -- cgit v1.2.3