fix(tazjin/emacs): Use ace-window from MELPA instead of ELPA
This package definition is broken for ELPA in nixpkgs, but adisbladis is working on it. Change-Id: Ibe140a2daf7a3a294dae4c6340be33db05a47a44 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2619 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
parent
c477311071
commit
8baa4a9595
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,6 @@ let
|
|||
tazjinsEmacs = pkgfun: (emacsWithPackages(epkgs: pkgfun(
|
||||
# Actual ELPA packages (the enlightened!)
|
||||
(with epkgs.elpaPackages; [
|
||||
ace-window
|
||||
avy
|
||||
flymake
|
||||
pinentry
|
||||
|
@ -33,6 +32,7 @@ let
|
|||
|
||||
# MELPA packages:
|
||||
(with epkgs.melpaPackages; [
|
||||
ace-window
|
||||
ace-link
|
||||
bazel-mode
|
||||
browse-kill-ring
|
||||
|
|
Loading…
Reference in a new issue