Adopt new function names

This commit is contained in:
Emilio Pinna
2018-10-05 18:55:38 +01:00
parent 1c77f099d3
commit dd337b5ddf
110 changed files with 354 additions and 354 deletions

View File

@@ -1,6 +1,6 @@
---
functions:
execute-interactive:
shell:
- code: emacs -Q -nw --eval '(term "/bin/sh")'
file-write:
- code: |
@@ -9,8 +9,8 @@ functions:
C-x C-s
file-read:
- code: emacs file_to_read
suid-enabled:
suid:
- code: ./emacs -Q -nw --eval '(term "/bin/sh -p")'
sudo-enabled:
sudo:
- code: sudo emacs -Q -nw --eval '(term "/bin/sh")'
---