diff options
Diffstat (limited to 'emacs/default.nix')
-rw-r--r-- | emacs/default.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/emacs/default.nix b/emacs/default.nix index 804cf354f505..b5d44a251a9b 100644 --- a/emacs/default.nix +++ b/emacs/default.nix @@ -183,13 +183,6 @@ in { "$@" ''; - # Use `nix-env -f '<briefcase>' emacs.glinux` to install `wpcarro-emacs` on - # gLinux machines. This will ensure that X and GL linkage behaves as expected. - glinux = { briefcasePath ? "$HOME/briefcase" }: withEmacsPath { - inherit briefcasePath; - emacsBin = "/usr/bin/google-emacs"; - }; - # Use `nix-env -f '<briefcase>' emacs.nixos` to install `wpcarros-emacs` on # NixOS machines. nixos = { briefcasePath ? "$HOME/briefcase" }: withEmacsPath { |