summary refs log tree commit diff
path: root/pkgs/top-level/emacs-packages.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-09-26 08:38:53 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-09-26 08:38:53 -0500
commit4c2777cd342fbdee34f213c9f72a862b566c5709 (patch)
tree226e2e4fed6d053610d29c1bf7e2c3e651a1ee14 /pkgs/top-level/emacs-packages.nix
parentfc960d2ad8a6544160705780e481b90d6769b17a (diff)
downloadnixlib-4c2777cd342fbdee34f213c9f72a862b566c5709.tar
nixlib-4c2777cd342fbdee34f213c9f72a862b566c5709.tar.gz
nixlib-4c2777cd342fbdee34f213c9f72a862b566c5709.tar.bz2
nixlib-4c2777cd342fbdee34f213c9f72a862b566c5709.tar.lz
nixlib-4c2777cd342fbdee34f213c9f72a862b566c5709.tar.xz
nixlib-4c2777cd342fbdee34f213c9f72a862b566c5709.tar.zst
nixlib-4c2777cd342fbdee34f213c9f72a862b566c5709.zip
emacs-switch-window: 20140919 -> 1.0.0
Diffstat (limited to 'pkgs/top-level/emacs-packages.nix')
-rw-r--r--pkgs/top-level/emacs-packages.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/pkgs/top-level/emacs-packages.nix b/pkgs/top-level/emacs-packages.nix
index 4cb175c39ccc..7d787d7f2ee4 100644
--- a/pkgs/top-level/emacs-packages.nix
+++ b/pkgs/top-level/emacs-packages.nix
@@ -337,21 +337,6 @@ let
     };
   };
 
-  switch-window = melpaBuild rec {
-    pname   = "switch-window";
-    version = "20140919";
-    src = fetchFromGitHub {
-      owner  = "dimitri";
-      repo   = pname;
-      rev    = "3ffbe68e584f811e891f96afa1de15e0d9c1ebb5";
-      sha256 = "09221128a0f55a575ed9addb3a435cfe01ab6bdd0cca5d589ccd37de61ceccbd";
-    };
-    meta = {
-      description = "Visual replacement for C-x o in Emacs";
-      license = gpl3Plus;
-    };
-  };
-
   tramp = callPackage ../applications/editors/emacs-modes/tramp { };
 
   tracking = melpaBuild rec {