From 0182b14fc06b6e222a3af4f31c90ae921f1160cf Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 26 Feb 2015 14:08:25 +0900 Subject: don't jump to s:/ on startup anymore thanks to new functions --- .emacs.d/init.el | 7 +++---- 1 file 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 -- cgit v1.2.3