]> git.eshelyaron.com Git - esy-publish.git/commitdiff
Fix a broken link in yesterday's post
authorEshel Yaron <me@eshelyaron.com>
Sun, 9 Apr 2023 04:31:33 +0000 (07:31 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sun, 9 Apr 2023 20:07:20 +0000 (23:07 +0300)
src/posts/2023-04-08-making-shell-scripts-executable-just-in-time.org

index 3f2308e35bcf9d36a1bace778563a9a4b6f72af6..16efc05749640681d41f13cc7ec186164512090d 100644 (file)
@@ -128,8 +128,8 @@ random files becoming executable against my wishes) and more efficient
 (no penalizing all file saves for a few odd scripts).  Instead of
 adding ~executable-make-buffer-file-executable-if-script-p~ to my
 after ~after-save-hook~, I settled on adding it as a /advice/ to the
-command ~executable-interpret~.  Here's the relevant excerpt from [[file:esy.org][my
-config]]:
+command ~executable-interpret~.  Here's the relevant excerpt from
+[[file:../esy.org][my config]]:
 
 #+begin_src emacs-lisp
   (with-eval-after-load 'executable