From 9f24cfffb836244978f06608116d5ce561504f67 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Sun, 9 Apr 2023 07:31:33 +0300 Subject: [PATCH] Fix a broken link in yesterday's post --- ...023-04-08-making-shell-scripts-executable-just-in-time.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/posts/2023-04-08-making-shell-scripts-executable-just-in-time.org b/src/posts/2023-04-08-making-shell-scripts-executable-just-in-time.org index 3f2308e..16efc05 100644 --- a/src/posts/2023-04-08-making-shell-scripts-executable-just-in-time.org +++ b/src/posts/2023-04-08-making-shell-scripts-executable-just-in-time.org @@ -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 -- 2.39.2