File tree 3 files changed +4
-16
lines changed
3 files changed +4
-16
lines changed Original file line number Diff line number Diff line change @@ -1193,8 +1193,8 @@ if REMOTE is https://github.com/X/Y then LOCAL becomes ∼/Y."
1193
1193
; ; Only run the following when we're in GUI mode;
1194
1194
; ; i.e., don't run it in Github Actions when testing.
1195
1195
(if (not my/personal-machine?)
1196
- (find-file " ~/Documents/notes.org" )) ; ; Org-journal for work
1197
- (find-file " ~/Dropbox/todo.org" )
1196
+ (find-file " ~/Documents/notes.org" )
1197
+ (find-file " ~/Dropbox/todo.org" ) )
1198
1198
; ; After startup, if Emacs is idle for 10 seconds, then open my work file;
1199
1199
; ; which is a GPG file and so requires passphrase before other things can load.
1200
1200
; ; (run-with-idle-timer 10 nil (lambda () (find-file "~/Desktop/work.org.gpg")))
Original file line number Diff line number Diff line change @@ -4578,8 +4578,8 @@ my to-do list and my init file, side-by-side.
4578
4578
;; Only run the following when we're in GUI mode;
4579
4579
;; i.e., don't run it in Github Actions when testing.
4580
4580
(if (not my/personal-machine?)
4581
- (find-file "~/Documents/notes.org")) ;; Org-journal for work
4582
- (find-file "~/Dropbox/todo.org")
4581
+ (find-file "~/Documents/notes.org")
4582
+ (find-file "~/Dropbox/todo.org") )
4583
4583
;; After startup, if Emacs is idle for 10 seconds, then open my work file;
4584
4584
;; which is a GPG file and so requires passphrase before other things can load.
4585
4585
;; (run-with-idle-timer 10 nil (lambda () (find-file "~/Desktop/work.org.gpg")))
Original file line number Diff line number Diff line change 29
29
$0
30
30
#+end_src
31
31
32
- ** s_plantuml: src for plantuml
33
- #+begin_src plantuml
34
- $0
35
- #+end_src
36
-
37
32
** s_emacs-lisp: src for emacs-lisp
38
33
#+begin_src emacs-lisp
39
34
$0
@@ -105,8 +100,6 @@ src_org[:exports code]{$1} $0
105
100
src_agda2[:exports code]{$1} $0
106
101
** is_any: inline source for any
107
102
src_any[:exports code]{$1} $0
108
- ** is_plantuml: inline source for plantuml
109
- src_plantuml[:exports code]{$1} $0
110
103
** is_emacs-lisp: inline source for emacs-lisp
111
104
src_emacs-lisp[:exports code]{$1} $0
112
105
** is_shell: inline source for shell
148
141
$0
149
142
#+end_example
150
143
151
- ** e_plantuml: example for plantuml
152
- #+begin_example plantuml
153
- $0
154
- #+end_example
155
-
156
144
** e_emacs-lisp: example for emacs-lisp
157
145
#+begin_example emacs-lisp
158
146
$0
You can’t perform that action at this time.
0 commit comments