diff options
| author | Kristoffer Haugsbakk <haugsbakk@yahoo.no> | 2016-10-28 23:53:11 +0200 |
|---|---|---|
| committer | Kristoffer Haugsbakk <haugsbakk@yahoo.no> | 2016-10-29 11:59:29 +0200 |
| commit | 16c534b1738894ee2e215736741630fa353a17d9 (patch) | |
| tree | f7482f1f1271be5db300959b82035e1d72ca2ca6 | |
| parent | 1f59618339b5f0c09c1aca5f27aa6422273e80f5 (diff) | |
Unset execute permission for files
Neither Elisp libraries nor readmes need to be executable in this sense.
The permissions were changed from 644 to 755 in c96499e (“Extract
surround-operator-alist to a customizeable variable”). A commit that
didn’t have anything to do with permissions. So I guess some command was
invoked by accident.
| -rw-r--r--[-rwxr-xr-x] | README.md | 0 | ||||
| -rw-r--r--[-rwxr-xr-x] | evil-surround.el | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/README.md b/README.md index 76ce8b6..76ce8b6 100755..100644 --- a/README.md +++ b/README.md diff --git a/evil-surround.el b/evil-surround.el index a76b518..a76b518 100755..100644 --- a/evil-surround.el +++ b/evil-surround.el |
