From 46d1dd5b113db63949e9e50de405848f6c87c237 Mon Sep 17 00:00:00 2001 From: = Date: Thu, 26 Mar 2015 21:42:36 +0000 Subject: [PATCH] Downgraded Emacs priority, for exuberant ctags Exuberant ctags works with Emacs among with other editors, and if installed is probably preferred to Emacs' ctags. --- pkgs/applications/editors/emacs-24/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/applications/editors/emacs-24/default.nix b/pkgs/applications/editors/emacs-24/default.nix index af5c11e69aef..83774206b5c7 100644 --- a/pkgs/applications/editors/emacs-24/default.nix +++ b/pkgs/applications/editors/emacs-24/default.nix @@ -57,6 +57,9 @@ stdenv.mkDerivation rec { maintainers = with maintainers; [ chaoflow lovek323 simons the-kenny ]; platforms = platforms.all; + # So that Exuberant ctags is preferred + priority = 1; + longDescription = '' GNU Emacs is an extensible, customizable text editor—and more. At its core is an interpreter for Emacs Lisp, a dialect of the Lisp