summaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el7
1 files changed, 3 insertions, 4 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 8a40fea7..7263391a 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -2120,10 +2120,9 @@ Replaces parent directories with their initial characters."
" ")))
(setq eshell-highlight-prompt nil)
-;;; jump to lesson material on startup
-(add-hook 'emacs-startup-hook (lambda ()
- (toggle-frame-maximized)
- (projectile-persp-switch-project "s:/")))
+;;; maximise on startup
+
+(add-hook 'emacs-startup-hook (toggle-frame-maximized))
(provide 'init)
;;; init.el ends here