diff options
| author | Akshay Nair <phenax5@gmail.com> | 2021-02-18 21:50:26 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2021-02-18 21:50:26 +0530 |
| commit | a19f6041ec67e42d0e6293045e1e6afc91bc98a7 (patch) | |
| tree | b6a408724a19ee1e411d96b92bb1e9620a5e849c /scripts/commands | |
| parent | d09547a33f98742e05b30cfc38a4448a6b671ca6 (diff) | |
| download | nixos-config-a19f6041ec67e42d0e6293045e1e6afc91bc98a7.tar.gz nixos-config-a19f6041ec67e42d0e6293045e1e6afc91bc98a7.zip | |
Adds emacs aliases/quick access command
Diffstat (limited to 'scripts/commands')
| -rwxr-xr-x | scripts/commands/:emacs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/commands/:emacs b/scripts/commands/:emacs new file mode 100755 index 0000000..07bdb9f --- /dev/null +++ b/scripts/commands/:emacs @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +emacsclient -c -n; + |
