mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-13 11:30:35 +08:00
Downgraded Emacs priority, for exuberant ctags
Exuberant ctags works with Emacs among with other editors, and if installed is probably preferred to Emacs' ctags.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user