diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 66d821f..67afe13 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -# [[file:../../init.org::*Github Actions][Github Actions:1]] +# [[file:../../init.org::#Github-Actions][Github Actions:1]] # This workflow will do a clean install of dependencies and run tests # For more information see: https://help.github.com/actions/language-and-framework-guides/ diff --git a/init.el b/init.el index a5e526f..68943c6 100644 --- a/init.el +++ b/init.el @@ -1167,8 +1167,8 @@ if REMOTE is https://github.com/X/Y then LOCAL becomes ∼/Y." ;; and cosmetics, then open my notes files. (add-hook 'emacs-startup-hook (lambda () - (find-file "~/my-life.org") - (load "~/my-life.el"))) + (load "~/my-life.el") + (find-file "~/my-life.org"))) ;; The modeline looks really nice with doom-themes, e.g., doom-solarised-light. (use-package doom-modeline diff --git a/init.org b/init.org index f8d0305..ed8f6e4 100644 --- a/init.org +++ b/init.org @@ -4968,8 +4968,8 @@ my to-do list and my init file, side-by-side. ;; and cosmetics, then open my notes files. (add-hook 'emacs-startup-hook (lambda () - (find-file "~/my-life.org") - (load "~/my-life.el"))) + (load "~/my-life.el") + (find-file "~/my-life.org"))) #+END_SRC There is the neat-looking [[https://github.com/emacs-dashboard/emacs-dashboard][emacs-dashboard]] package that provides an extensbile