diff options
author | Ben Sima <ben@bsima.me> | 2019-08-29 09:28:28 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-08-29 09:28:28 -0700 |
commit | b0476c82953cfe4d5e5e4dedf991c972e42d8529 (patch) | |
tree | 6a2e9bfc692e38434beba2ad87f6036da246886b /lib/common.nix | |
parent | 824bebd37c7e845152b1a7a4813812a14dc1e96a (diff) |
emacs packages and alias
Diffstat (limited to 'lib/common.nix')
-rw-r--r-- | lib/common.nix | 2 |
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"; |