diff options
author | Case Duckworth | 2021-01-18 23:21:25 -0600 |
---|---|---|
committer | Case Duckworth | 2021-01-18 23:21:25 -0600 |
commit | 6f8b18b1f801da24e8a46c4125c03965a79c36f7 (patch) | |
tree | 9b775512194bd90625187ea79d823347745e898a | |
parent | Enable clipboard (diff) | |
download | emacs-6f8b18b1f801da24e8a46c4125c03965a79c36f7.tar.gz emacs-6f8b18b1f801da24e8a46c4125c03965a79c36f7.zip |
Make scripts executable automatically
-rw-r--r-- | config.org | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.org b/config.org index 9cfa688..2532b50 100644 --- a/config.org +++ b/config.org | |||
@@ -1290,6 +1290,12 @@ from [[https://github.com/mpereira/.emacs.d#make-cursor-movement-an-order-of-mag | |||
1290 | 1290 | ||
1291 | ** Language-specific packages | 1291 | ** Language-specific packages |
1292 | 1292 | ||
1293 | *** Executable scripts | ||
1294 | |||
1295 | #+begin_src emacs-lisp | ||
1296 | (add-hook 'after-save-hook #'executable-make-buffer-file-executable-if-script-p) | ||
1297 | #+end_src | ||
1298 | |||
1293 | *** Emacs lisp | 1299 | *** Emacs lisp |
1294 | 1300 | ||
1295 | #+begin_src emacs-lisp | 1301 | #+begin_src emacs-lisp |