diff options
author | Franck Cuny <franck@fcuny.net> | 2023-12-03 07:47:02 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-12-03 07:47:02 -0800 |
commit | 79a822773f64ee7ab92e24623bef670d13379f63 (patch) | |
tree | 7461d09ebeb52e03984a910f795f253a3151820d | |
parent | some tweaks to the theme (diff) | |
download | emacs.d-79a822773f64ee7ab92e24623bef670d13379f63.tar.gz |
add a snippet for new nix module
-rw-r--r-- | snippets/nix-mode/new | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/snippets/nix-mode/new b/snippets/nix-mode/new new file mode 100644 index 0000000..d317178 --- /dev/null +++ b/snippets/nix-mode/new @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: new +# key: new +# -- +{pkgs}: { + $0 +} \ No newline at end of file |