summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-01-14 14:16:38 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-01-14 14:16:38 +0100
commitec31546372241b1593021751fa46c49631eb4bf1 (patch)
treefde0c4bd97c163f8a4bd03c988a935b052beb40d
parentd06a965c13a2588ab85376f5a4809b7dabade7d3 (diff)
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".
-rw-r--r--home-configuration.scm1
-rw-r--r--izumi.org1
2 files changed, 2 insertions, 0 deletions
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)