summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
author= <kovirobi@gmail.com>2015-03-26 21:42:36 +0000
committer= <kovirobi@gmail.com>2015-03-26 21:42:36 +0000
commit46d1dd5b113db63949e9e50de405848f6c87c237 (patch)
treef3b521619626659a895fce70a9f37e7097478d2f /pkgs/applications/editors
parentb91e83dc77a4d9bcb437d1b302972f9de0f33248 (diff)
downloadnixlib-46d1dd5b113db63949e9e50de405848f6c87c237.tar
nixlib-46d1dd5b113db63949e9e50de405848f6c87c237.tar.gz
nixlib-46d1dd5b113db63949e9e50de405848f6c87c237.tar.bz2
nixlib-46d1dd5b113db63949e9e50de405848f6c87c237.tar.lz
nixlib-46d1dd5b113db63949e9e50de405848f6c87c237.tar.xz
nixlib-46d1dd5b113db63949e9e50de405848f6c87c237.tar.zst
nixlib-46d1dd5b113db63949e9e50de405848f6c87c237.zip
Downgraded Emacs priority, for exuberant ctags
Exuberant ctags works with Emacs among with other editors, and if
installed is probably preferred to Emacs' ctags.
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/emacs-24/default.nix3
1 files changed, 3 insertions, 0 deletions
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