Emacs things.

This commit is contained in:
Lorenzo Good 2025-12-28 20:18:45 -06:00
parent c11376bc26
commit f9592f2f94
Signed by: lorenzo
GPG key ID: 7FCD64BD81180ED0
3 changed files with 7 additions and 3 deletions

View file

@ -20,6 +20,10 @@
shellAliases = {
emacs = "emacs -nw";
estart = "systemctl --user start emacs";
estop = "systemctl --user stop emacs";
erestart = "systemctl --user restart emacs";
ec = "emacsclient -nw";
vi = "nvim";
vim = "nvim";
tl = "tmux list-sessions";