add em script
This commit is contained in:
parent
ca88827454
commit
adec952534
2 changed files with 6 additions and 0 deletions
|
@ -15,4 +15,7 @@
|
|||
!/.folders
|
||||
!/.gitignore.d
|
||||
!/.gitignore.d/emacs
|
||||
!/.local
|
||||
!/.local/bin
|
||||
!/.local/bin/em
|
||||
!/.wl
|
||||
|
|
3
.local/bin/em
Executable file
3
.local/bin/em
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
emacsclient -c -a "" $1
|
Loading…
Reference in a new issue