summaryrefslogtreecommitdiff
path: root/lib/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common.nix')
-rw-r--r--lib/common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common.nix b/lib/common.nix
index 474a363..511bae5 100644
--- a/lib/common.nix
+++ b/lib/common.nix
@@ -135,7 +135,7 @@ in
day = "date +%a";
ddate = "date +%Y.%m.%d";
dday = "date +%A";
- et = "emacs -nw"; # emacs in a terminal
+ et = "emacsclient -nw"; # emacs in a terminal
fetch = "git fetch";
g = "grep -in";
ga = "git add -A";