Skip to content

Commit 467443c

Browse files
author
Musa Al-hassy
committed
Minor fix
1 parent 630ed56 commit 467443c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

init.el

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
;; [[file:init.org::#Personal-instructions-for-a-new-machine][Personal instructions for a new machine:4]]
2-
(setq org-image-actual-width nil)
2+
(setq org-image-actual-width nil)
33
;; Personal instructions for a new machine:4 ends here
44

55
;; [[file:init.org::#Personal-instructions-for-a-new-machine][Personal instructions for a new machine:5]]
6-
;; Clicking on a URL, or running M-x browse-url, should open the URL *within* Emacs.
7-
(setq browse-url-browser-function #'xwidget-webkit-browse-url)
6+
;; Clicking on a URL, or running M-x browse-url, should open the URL *within* Emacs.
7+
(setq browse-url-browser-function #'browse-url-default-browser)
88

9-
;; (use-package xwwp) ;; Enhance the Emacs xwidget-webkit browser
9+
;; (use-package xwwp) ;; Enhance the Emacs xwidget-webkit browser
1010
;; Personal instructions for a new machine:5 ends here
1111

1212
;; Disable custom-file - all settings managed in init.el/init.org
@@ -3027,7 +3027,7 @@ FROM and TO are Org-style date strings like \"today\", \"+4d\", \"2025-04-30\"."
30273027
(with-current-buffer "*Org Agenda*"
30283028
(org-agenda-redo)))))))))
30293029
;; End
3030-
"✔ Invoke "org-mode-restart" in existing Org buffers for this to take effect."))
3030+
"✔ Invoke `org-mode-restart` in existing Org buffers for this to take effect."))
30313031
;; Implementation:2 ends here
30323032

30333033
;; [[file:init.org::*Implementation][Implementation:3]]

init.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11386,7 +11386,7 @@ First, the my/declare-workflow-states abstraction:
1138611386
(with-current-buffer "*Org Agenda*"
1138711387
(org-agenda-redo)))))))))
1138811388
;; End
11389-
"✔ Invoke "org-mode-restart" in existing Org buffers for this to take effect."))
11389+
"✔ Invoke `org-mode-restart` in existing Org buffers for this to take effect."))
1139011390
#+end_src
1139111391

1139211392
Then, actually declare my workflow states...

0 commit comments

Comments
 (0)