treewide: move nixos modules
This commit is contained in:
parent
d84be7c616
commit
8eff4c5e4f
73 changed files with 62 additions and 62 deletions
14
modules/nixos/base/emacs/snippets/python.eld
Normal file
14
modules/nixos/base/emacs/snippets/python.eld
Normal file
|
@ -0,0 +1,14 @@
|
|||
python-mode
|
||||
|
||||
(class "class " p ":"
|
||||
n> "\"\"\""
|
||||
n> p
|
||||
n> "\"\"\""
|
||||
n> "def __init__(self" (p ", *args, **kwargs") "):"
|
||||
n> "\"\"\""
|
||||
n> p
|
||||
n> "\"\"\""
|
||||
n> q
|
||||
)
|
||||
|
||||
(def "def " p "(" (p "*args, **kwargs") "):" n> "\"\"\"" n> p n> "\"\"\"" n> q)
|
Loading…
Add table
Add a link
Reference in a new issue