From a19f6041ec67e42d0e6293045e1e6afc91bc98a7 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 18 Feb 2021 21:50:26 +0530 Subject: Adds emacs aliases/quick access command --- scripts/commands/:emacs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 scripts/commands/:emacs (limited to 'scripts/commands') 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; + -- cgit v1.3.1