diff options
| author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-01-14 14:16:38 +0100 |
|---|---|---|
| committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-01-14 14:16:38 +0100 |
| commit | ec31546372241b1593021751fa46c49631eb4bf1 (patch) | |
| tree | fde0c4bd97c163f8a4bd03c988a935b052beb40d /izumi.org | |
| parent | d06a965c13a2588ab85376f5a4809b7dabade7d3 (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".
Diffstat (limited to 'izumi.org')
| -rw-r--r-- | izumi.org | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
