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". --- home-configuration.scm | 1 + izumi.org | 1 + 2 files changed, 2 insertions(+) diff --git a/home-configuration.scm b/home-configuration.scm index 0bb7c22..9877ebe 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -180,6 +180,7 @@ (home-bash-configuration (aliases `(("collect-garbage" . ,collect-garbage) + ("edit" . "$EDITOR") ("pull-guix" . ,pull-guix) ("reconfigure-home" . ,reconfigure-home) ("reconfigure-system" . ,reconfigure-system) 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