summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-02-26 14:08:25 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-05-26 12:13:09 +0900
commit0182b14fc06b6e222a3af4f31c90ae921f1160cf (patch)
tree677f218ba10ffee8cce141189c7469ed958f7486
parent2f4256ebb446409be80bd27e15fdde3a14961a52 (diff)
downloaddotfiles-archive/classroom.tar.gz
don't jump to s:/ on startup anymore thanks to new functionsarchive/classroom
-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