From: Eshel Yaron Date: Sun, 9 Apr 2023 04:31:33 +0000 (+0300) Subject: Fix a broken link in yesterday's post X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9f24cfffb836244978f06608116d5ce561504f67;p=esy-publish.git Fix a broken link in yesterday's post --- 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