index
:
nixos-config
main
new-laptop
Nixos configuration for my pc
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
commands
/
:emacs
blob: 72ea1fb78a9d752f8fc52e2a5895bc59de8e00f1 (
plain
) (
blame
)
1
2
3
4
#!/usr/bin/env bash
emacsclient
-c
-n
"
$@
"
;