From ec31546372241b1593021751fa46c49631eb4bf1 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sun, 14 Jan 2024 14:16:38 +0100 Subject: Add alias to emacsclient -nw It was getting tiring to keep typing the full emacsclient command each I wanted to write some code. Alias it to simple "edit". --- izumi.org | 1 + 1 file changed, 1 insertion(+) (limited to 'izumi.org') diff --git a/izumi.org b/izumi.org index 187eaf5..c383451 100644 --- a/izumi.org +++ b/izumi.org @@ -867,6 +867,7 @@ (home-bash-configuration (aliases `(("collect-garbage" . ,collect-garbage) + ("edit" . "$EDITOR") ("pull-guix" . ,pull-guix) ("reconfigure-home" . ,reconfigure-home) ("reconfigure-system" . ,reconfigure-system) -- cgit v1.2.3