diff options
-rw-r--r-- | init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el index 5d900ce..8abd171 100644 --- a/init.el +++ b/init.el | |||
@@ -168,6 +168,8 @@ | |||
168 | version-control t | 168 | version-control t |
169 | vc-make-backup-files t) | 169 | vc-make-backup-files t) |
170 | 170 | ||
171 | (add-hook 'after-save-hook #'executable-make-buffer-file-executable-if-script-p) | ||
172 | |||
171 | ;;;;; Auto-save files | 173 | ;;;;; Auto-save files |
172 | (auto-save-visited-mode +1) | 174 | (auto-save-visited-mode +1) |
173 | ;; And /actually/ save all buffers when unfocused | 175 | ;; And /actually/ save all buffers when unfocused |