fix(shell): remove old emacs alias

This commit is contained in:
Felix Schröter 2021-05-05 00:08:15 +02:00
parent 7a63cc1130
commit e684d5a347
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58

View file

@ -1,6 +1,6 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
let shellAliases = { emacs = "emacsclient -c"; }; let shellAliases = { };
in { in {
imports = [ ./terminal.nix ]; imports = [ ./terminal.nix ];