about summary refs log tree commit diff
path: root/users/tazjin
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2020-08-17T10·07+0100
committertazjin <mail@tazj.in>2020-08-17T18·14+0000
commit1da8ace6a20c48dcf2f33405d2fecd71ea3229ab (patch)
treebb671381ee77a88e7ab607273a5640c2446b4954 /users/tazjin
parentc344e03705e4fcd8bd1d89665a7408ae07741cfb (diff)
chore(tazjin/emacs): Bump my personal Emacs to 27.1 r/1666
Change-Id: Ib7e9ac97830427b962b02cd5ea6151a67c387936
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1765
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
Diffstat (limited to 'users/tazjin')
-rw-r--r--users/tazjin/emacs/default.nix4
1 files changed, 2 insertions, 2 deletions
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 ];