From 1da8ace6a20c48dcf2f33405d2fecd71ea3229ab Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 17 Aug 2020 11:07:09 +0100 Subject: 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 --- users/tazjin/emacs/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'users/tazjin/emacs/default.nix') diff --git a/users/tazjin/emacs/default.nix b/users/tazjin/emacs/default.nix index 5bb9a720a0..df73c05ffb 100644 --- a/users/tazjin/emacs/default.nix +++ b/users/tazjin/emacs/default.nix @@ -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 ]; -- cgit 1.4.1