Skip to content

Commit

Permalink
fix default value
Browse files Browse the repository at this point in the history
  • Loading branch information
cxxxr committed Nov 18, 2024
1 parent 534cb9f commit 17639f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/window/window.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
(defvar *switch-to-buffer-hook* '())
(defvar *switch-to-window-hook* '())

(defvar *default-split-action* :sensibly)
(defvar *default-split-action* nil)

(defgeneric %delete-window (window))
(defgeneric window-parent (window)
Expand Down

0 comments on commit 17639f2

Please sign in to comment.