term/vterm: prefer built-in vterm to elpa
If it's present. Particularly useful for nix-os users who install Emacs+vterm with this statement: systemPackages = with pkgs; [ ((emacsPackagesNgGen emacs).emacsWithPackages (epkgs: [ epkgs.emacs-libvterm ])) ]; Or with home-manager: programs.emacs = { enable = true; extraPackages = epkgs: [ epkgs.emacs-libvterm ]; };
This commit is contained in:
parent
1f644d07e0
commit
63883d575b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; term/vterm/packages.el
|
;;; term/vterm/packages.el
|
||||||
|
|
||||||
(package! vterm)
|
(package! vterm :built-in 'prefer)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue