[emacs] Add small emacsclient wrapper

This commit is contained in:
Sebastian Schulze 2019-01-25 21:40:38 +01:00
parent 761a0beab2
commit 7372124182
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
2 changed files with 6 additions and 0 deletions

View File

@ -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}

3
home/bin/em Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
exec emacsclient -c $*