chore(tazjin/emacs): Bump my personal Emacs to 27.1

Change-Id: Ib7e9ac97830427b962b02cd5ea6151a67c387936
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1765
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
Vincent Ambo 2020-08-17 11:07:09 +01:00 committed by tazjin
parent c344e03705
commit 1da8ace6a2

View file

@ -12,11 +12,11 @@
let
inherit (depot) third_party;
emacsWithPackages = (third_party.emacsPackagesGen third_party.emacs26).emacsWithPackages;
emacsWithPackages = (third_party.emacsPackagesGen third_party.emacs27).emacsWithPackages;
# Pick telega from unstable channel for recent fixes.
unstable = import third_party.nixpkgsSrc {};
telegaUnstable = (unstable.emacsPackagesGen third_party.emacs26).telega;
telegaUnstable = (unstable.emacsPackagesGen third_party.emacs27).telega;
# $PATH for binaries that need to be available to Emacs
emacsBinPath = lib.makeBinPath [ telegaUnstable ];