File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- # [[file:../../init.org::* Github Actions][Github Actions:1]]
1
+ # [[file:../../init.org::# Github- Actions][Github Actions:1]]
2
2
# This workflow will do a clean install of dependencies and run tests
3
3
# For more information see: https://help.github.com/actions/language-and-framework-guides/
4
4
Original file line number Diff line number Diff line change @@ -1167,8 +1167,8 @@ if REMOTE is https://github.com/X/Y then LOCAL becomes ∼/Y."
1167
1167
; ; and cosmetics, then open my notes files.
1168
1168
(add-hook 'emacs-startup-hook
1169
1169
(lambda ()
1170
- (find-file " ~/my-life.org " )
1171
- (load " ~/my-life.el " )))
1170
+ (load " ~/my-life.el " )
1171
+ (find-file " ~/my-life.org " )))
1172
1172
1173
1173
; ; The modeline looks really nice with doom-themes, e.g., doom-solarised-light.
1174
1174
(use-package doom-modeline
Original file line number Diff line number Diff line change @@ -4968,8 +4968,8 @@ my to-do list and my init file, side-by-side.
4968
4968
;; and cosmetics, then open my notes files.
4969
4969
(add-hook 'emacs-startup-hook
4970
4970
(lambda ()
4971
- (find-file "~/my-life.org ")
4972
- (load "~/my-life.el ")))
4971
+ (load "~/my-life.el ")
4972
+ (find-file "~/my-life.org ")))
4973
4973
#+END_SRC
4974
4974
4975
4975
There is the neat-looking [[https://github.com/emacs-dashboard/emacs-dashboard][emacs-dashboard]] package that provides an extensbile
You can’t perform that action at this time.
0 commit comments