mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 04:11:18 +00:00
Starting width to prevent problems with small windows
This commit is contained in:
parent
023934e07f
commit
c909cd9f6a
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue