From 88b7240dfafb0ef95b75fffe56003602e2ce8e11 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 26 May 2019 18:03:18 -0300 Subject: Customize split-width-threshold to 120 Make it more likely to split vertically. --- spacemacs.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'spacemacs.el') diff --git a/spacemacs.el b/spacemacs.el index 095c60d..bd7b189 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -755,7 +755,10 @@ This is the place where most of your configurations should be done. Unless it is ("i" "Idea" entry (file org-default-notes-file) "* %? :IDEA: \n%t" :clock-in t :clock-resume t) ("n" "Next Task" entry (file+headline org-default-notes-file "Tasks") - "** NEXT %? \nDEADLINE: %t"))) + "** NEXT %? \nDEADLINE: %t")) + + ;; Make splitting vertically more likely on smaller (velhinho) screens + split-width-threshold 120) (set-language-environment "UTF-8") (set-default-coding-systems 'utf-8) -- cgit v1.2.3