From 2de4c655ad9e93b82a2e4858a77e275f4ec530de Mon Sep 17 00:00:00 2001 From: "Jimmy M. Gong" Date: Fri, 17 May 2024 23:32:26 +0800 Subject: [PATCH] fix a typo, correct emacs.desktop to emacs-client.desktop --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index 96ddb626..67ae39d5 100644 --- a/config.org +++ b/config.org @@ -7711,7 +7711,7 @@ update-mime-database ~/.local/share/mime #+end_src Then set Emacs as the default editor #+begin_src shell :tangle (if (string= (shell-command-to-string "xdg-mime query default text/org") "emacs-client.desktop\n") "no" "setup.sh") -xdg-mime default emacs.desktop text/org +xdg-mime default emacs-client.desktop text/org #+end_src Once again, we will add =doctor= checks around this.