Make width-threshold non zero so that we stop splitting at some point.
This commit is contained in:
parent
9fd72b5f5d
commit
be6d9213ce
3
init.el
3
init.el
@ -85,7 +85,7 @@ Return a list of installed packages or nil for every package not installed."
|
||||
|
||||
(add-hook 'temp-buffer-setup-hook 'split-horizontally-for-temp-buffers)
|
||||
(setq split-height-threshold nil)
|
||||
(setq split-width-threshold 0)
|
||||
(setq split-width-threshold 80)
|
||||
|
||||
;; =============================================================================
|
||||
;; Config Free Packages
|
||||
@ -267,7 +267,6 @@ Return a list of installed packages or nil for every package not installed."
|
||||
nil)))
|
||||
:init
|
||||
(progn
|
||||
(message "initializing python setup.")
|
||||
(use-package jedi
|
||||
:commands jedi:goto-definition
|
||||
:config (setq jedi:complete-on-dot t)
|
||||
|
Loading…
Reference in New Issue
Block a user