Make width-threshold non zero so that we stop splitting at some point.

This commit is contained in:
Ivan Malison 2014-11-12 02:35:49 -08:00
parent 9fd72b5f5d
commit be6d9213ce

View File

@ -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) (add-hook 'temp-buffer-setup-hook 'split-horizontally-for-temp-buffers)
(setq split-height-threshold nil) (setq split-height-threshold nil)
(setq split-width-threshold 0) (setq split-width-threshold 80)
;; ============================================================================= ;; =============================================================================
;; Config Free Packages ;; Config Free Packages
@ -267,7 +267,6 @@ Return a list of installed packages or nil for every package not installed."
nil))) nil)))
:init :init
(progn (progn
(message "initializing python setup.")
(use-package jedi (use-package jedi
:commands jedi:goto-definition :commands jedi:goto-definition
:config (setq jedi:complete-on-dot t) :config (setq jedi:complete-on-dot t)