summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-12-31 22:13:34 +0100
committerRicardo Wurmus <rekado@elephly.net>2020-12-31 22:13:40 +0100
commitf976c22a0e6627a48cc3c6cd07946584c3281900 (patch)
tree6ba7bda34de6211ce9e25ded1888aeb72392fc88
parentc778a5ec9e7aa8965dd8f266d3b416af5fb3db91 (diff)
Remove split preference.
We try to avoid splitting by using a more static window layout.
-rw-r--r--guile-studio-configure.scm6
1 files changed, 1 insertions, 5 deletions
diff --git a/guile-studio-configure.scm b/guile-studio-configure.scm
index 672a6fe..4924e02 100644
--- a/guile-studio-configure.scm
+++ b/guile-studio-configure.scm
@@ -298,11 +298,7 @@ d=\"M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 \
(set-window-dedicated-p (selected-window) t)
;; Hide the cluttered Tools and Options menu items
(define-key global-map (vector 'menu-bar 'tools) 'undefined)
- (define-key global-map (vector 'menu-bar 'options) 'undefined)
-
- ;; Prefer horizontal splits
- (setq split-height-threshold nil)
- (setq split-width-threshold 80)))
+ (define-key global-map (vector 'menu-bar 'options) 'undefined)))
(add-hook 'after-init-hook 'global-company-mode)
(add-hook 'geiser-repl-mode-hook