Only load window purpose when you use GUI
This commit is contained in:
parent
2e3d7df705
commit
d0c83ed563
1 changed files with 3 additions and 1 deletions
|
|
@ -55,5 +55,7 @@
|
||||||
(purpose-compile-user-configuration)
|
(purpose-compile-user-configuration)
|
||||||
|
|
||||||
;; Load configuration by default
|
;; 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
|
;;; windows.el ends here
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue