@@ -1188,22 +1188,6 @@ if REMOTE is https://github.com/X/Y then LOCAL becomes ∼/Y."
1188
1188
; ; Keep self motivated!
1189
1189
(setq frame-title-format '(" " " %b - Living The Dream (•̀ᴗ•́)و" ))
1190
1190
1191
- ; ; If work machine, then show notes; otherwise show my todos & init side-by-side.
1192
- (unless noninteractive
1193
- ; ; Only run the following when we're in GUI mode;
1194
- ; ; i.e., don't run it in Github Actions when testing.
1195
- (if (not my/personal-machine?)
1196
- (find-file " ~/Documents/notes.org" )
1197
- (find-file " ~/Dropbox/todo.org" ))
1198
- ; ; After startup, if Emacs is idle for 10 seconds, then open my work file;
1199
- ; ; which is a GPG file and so requires passphrase before other things can load.
1200
- ; ; (run-with-idle-timer 10 nil (lambda () (find-file "~/Desktop/work.org.gpg")))
1201
- (split-window-right ) ; ; C-x 3
1202
- (other-window 1 ) ; ; C-x 0
1203
- (let ((enable-local-variables :all ) ; ; Load *all* locals.
1204
- (org-confirm-babel-evaluate nil )) ; ; Eval *all* blocks.
1205
- (ignore-errors (find-file " ~/.emacs.d/init.org" ))))
1206
-
1207
1191
; ; The modeline looks really nice with doom-themes, e.g., doom-solarised-light.
1208
1192
(use-package doom-modeline
1209
1193
:defer nil
@@ -3327,7 +3311,7 @@ associated major mode; that's what we aim to do here."
3327
3311
; ; empv:1 ends here
3328
3312
3329
3313
; ; [[file:init.org::*DONE?][DONE?:1]]
3330
- (find-file " ~/.emacs.d/init.org" )
3314
+ ; ; (find-file "~/.emacs.d/init.org")
3331
3315
(add-to-list 'default-frame-alist '(fullscreen . maximized))
3332
3316
(message-box " Done" )
3333
3317
; ; DONE?:1 ends here
0 commit comments