diff --git a/windows.el b/windows.el index 3781e7f..e8a6aa8 100644 --- a/windows.el +++ b/windows.el @@ -55,5 +55,7 @@ (purpose-compile-user-configuration) ;; Load configuration by default -(purpose-load-window-layout "coding_with_magit") +(if (display-graphic-p) + (progn + (purpose-load-window-layout "coding_with_magit"))) ;;; windows.el ends here