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:
parent
c344e03705
commit
1da8ace6a2
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue