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))