From b1ccbc0895c42151e768a263e3e3bf2ec16bbbe7 Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 13 Jan 2026 14:50:08 +0000 Subject: eldoc: dedicated window --- init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index 1140378..ad0c535 100644 --- a/init.el +++ b/init.el @@ -1024,11 +1024,13 @@ display-buffer-avoid-small-windows 20) (setq switch-to-buffer-preserve-window-point nil - switch-to-buffer-obey-display-actions t + switch-to-buffer-obey-display-actions nil + switch-to-buffer-in-dedicated-window 'pop switch-to-prev-buffer-skip 'this) ;; don't switch to a ;; buffer already visible in ;; this frame + (global-set-key (kbd "C-x _") #'delete-other-windows-vertically) ;;;; first window -- cgit v1.2.3