aboutsummaryrefslogtreecommitdiff
path: root/scripts/commands
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2021-02-18 21:50:26 +0530
committerAkshay Nair <phenax5@gmail.com>2021-02-18 21:50:26 +0530
commita19f6041ec67e42d0e6293045e1e6afc91bc98a7 (patch)
treeb6a408724a19ee1e411d96b92bb1e9620a5e849c /scripts/commands
parentd09547a33f98742e05b30cfc38a4448a6b671ca6 (diff)
downloadnixos-config-a19f6041ec67e42d0e6293045e1e6afc91bc98a7.tar.gz
nixos-config-a19f6041ec67e42d0e6293045e1e6afc91bc98a7.zip
Adds emacs aliases/quick access command
Diffstat (limited to 'scripts/commands')
-rwxr-xr-xscripts/commands/:emacs4
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;
+