From 0c152fcd721fb7e8f5bd166c3d31f70093ea7553 Mon Sep 17 00:00:00 2001 From: Brian Seymour Date: Mon, 8 Jun 2020 22:46:39 -0500 Subject: [PATCH] add emacs alias --- lxc/execute | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxc/execute b/lxc/execute index 8578680..05d6175 100755 --- a/lxc/execute +++ b/lxc/execute @@ -99,7 +99,7 @@ case "$lang" in "swift") bin=swift ;; -"elisp" | "el") +"emacs" | "elisp" | "el") bin=emacs ;; "bash")