diff options
-rw-r--r-- | spacemacs.el | 5 |
1 files changed, 4 insertions, 1 deletions
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) |