From 7372124182129704f15072661ef7803c40e1be68 Mon Sep 17 00:00:00 2001 From: Sebastian Schulze Date: Fri, 25 Jan 2019 21:40:38 +0100 Subject: [PATCH] [emacs] Add small emacsclient wrapper --- home/.config/sxhkd/sxhkdrc | 3 +++ home/bin/em | 3 +++ 2 files changed, 6 insertions(+) create mode 100755 home/bin/em diff --git a/home/.config/sxhkd/sxhkdrc b/home/.config/sxhkd/sxhkdrc index c5df6be..82764a1 100644 --- a/home/.config/sxhkd/sxhkdrc +++ b/home/.config/sxhkd/sxhkdrc @@ -46,6 +46,9 @@ super + g super + w firefox +super + e + em + # set the window state super + {t,shift + t,s,f} bspc node -t {tiled,pseudo_tiled,floating,fullscreen} diff --git a/home/bin/em b/home/bin/em new file mode 100755 index 0000000..cd404ba --- /dev/null +++ b/home/bin/em @@ -0,0 +1,3 @@ +#!/bin/bash + +exec emacsclient -c $*