Automatically set the executable flag on scripts
This commit is contained in:
parent
c0465ec22d
commit
c0c8592104
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
:elpaca nil
|
||||
:bind (("C-z" . nil)
|
||||
("C-z i" . (lambda () (interactive) (find-file user-init-file))))
|
||||
:hook ((after-save . executable-make-buffer-file-executable-if-script-p))
|
||||
:config
|
||||
(defalias 'yes-or-no-p 'y-or-n-p)
|
||||
(display-time-mode)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue