From c909cd9f6ab430b4dea2c1290da85795589a083f Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Mon, 29 Apr 2024 11:34:59 -0500 Subject: [PATCH] Starting width to prevent problems with small windows --- lisp/cf-map.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/cf-map.el b/lisp/cf-map.el index 62d0a54..5c45db4 100644 --- a/lisp/cf-map.el +++ b/lisp/cf-map.el @@ -375,7 +375,7 @@ from `cfmap-major-modes' (excluding the minibuffer)." (defun cfmap-create-window () ;; TODO: Should be based on max arrow length of the buffer - (let ((width 114) + (let ((width 2) buffer-window) ;; The existing window becomes the cfmap (setq buffer-window (split-window-horizontally width))