diff options
Diffstat (limited to 'users/grfn/emacs.d/snippets/python-mode')
-rw-r--r-- | users/grfn/emacs.d/snippets/python-mode/decorate | 2 | ||||
-rw-r--r-- | users/grfn/emacs.d/snippets/python-mode/dunder | 2 | ||||
-rw-r--r-- | users/grfn/emacs.d/snippets/python-mode/name | 2 | ||||
-rw-r--r-- | users/grfn/emacs.d/snippets/python-mode/pdb | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/users/grfn/emacs.d/snippets/python-mode/decorate b/users/grfn/emacs.d/snippets/python-mode/decorate index 9448b45c9623..4f96748572a2 100644 --- a/users/grfn/emacs.d/snippets/python-mode/decorate +++ b/users/grfn/emacs.d/snippets/python-mode/decorate @@ -1,6 +1,6 @@ # -*- mode: snippet -*- # name: decorate -# uuid: +# uuid: decorate # key: decorate # condition: t # -- diff --git a/users/grfn/emacs.d/snippets/python-mode/dunder b/users/grfn/emacs.d/snippets/python-mode/dunder index c49ec40a15cc..71d99dddc67d 100644 --- a/users/grfn/emacs.d/snippets/python-mode/dunder +++ b/users/grfn/emacs.d/snippets/python-mode/dunder @@ -1,6 +1,6 @@ # -*- mode: snippet -*- # name: dunder -# uuid: +# uuid: dunder # key: du # condition: t # -- diff --git a/users/grfn/emacs.d/snippets/python-mode/name b/users/grfn/emacs.d/snippets/python-mode/name index eca6d60b481f..1495cc91d9fb 100644 --- a/users/grfn/emacs.d/snippets/python-mode/name +++ b/users/grfn/emacs.d/snippets/python-mode/name @@ -1,6 +1,6 @@ # -*- mode: snippet -*- # name: name -# uuid: +# uuid: name # key: name # condition: t # -- diff --git a/users/grfn/emacs.d/snippets/python-mode/pdb b/users/grfn/emacs.d/snippets/python-mode/pdb index 6b5c0bbc0a73..41c6f87cbfc1 100644 --- a/users/grfn/emacs.d/snippets/python-mode/pdb +++ b/users/grfn/emacs.d/snippets/python-mode/pdb @@ -1,6 +1,6 @@ # -*- mode: snippet -*- # name: pdb -# uuid: +# uuid: pdb # key: pdb # condition: t # -- |