This commit is contained in:
tavo 2025-03-30 23:40:48 -06:00
parent bc49fdcd3f
commit 7d881e2e6a
3 changed files with 6 additions and 2 deletions

View file

@ -132,7 +132,7 @@
;;kotlin ; a better, slicker Java(Script)
latex ; writing papers in Emacs has never been so fun
;;lean ; for folks with too much to prove
;;ledger ; be audit you can be
ledger ; be audit you can be
lua ; one-based indices? one-based indices
markdown ; writing docs for people to ignore
;;nim ; python + lisp at the speed of c

View file

@ -47,7 +47,8 @@ alias \
qr-png="qrencode -s 16 -o qr.png" \
qr="qrencode -t ansiutf8" \
clip="xsel -ib" \
em="emacsclient -c -a 'emacs' $@" \
wget="wget --hsts-file=$XDG_DATA_HOME/wget/wget-hsts" \
ssh="ssh ${SSH_CONFIG}" \
scp="scp ${SSH_CONFIG}" \
rsync="rsync --rsh \"ssh ${SSH_CONFIG}\"" \
lg="lazygit"

3
wrappers/em Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
emacsclient -c -a 'emacs' $@