add updated alacrity config and changed emacs cfg

This commit is contained in:
ksyasuda
2021-11-02 02:23:00 -07:00
parent f5c84b302c
commit f011fa6f5e
9 changed files with 1344 additions and 396 deletions

5
scripts/emc Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
for filename in "$@"; do
emacsclient -n -c "$@"
done