Skip to content

Commit

Permalink
chore(emacs): bump emacs-overlay
Browse files Browse the repository at this point in the history
Also removes the magit-file-icons input to fix
conflicting versions of `compat`
  • Loading branch information
gekoke committed Oct 8, 2024
1 parent b6e510c commit 6cf50f1
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 182 deletions.
206 changes: 30 additions & 176 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
spicetify-nix.url = "github:Gerg-L/spicetify-nix";
spicetify-nix.inputs.nixpkgs.follows = "nixpkgs";

magit-file-icons.url = "github:gekoke/magit-file-icons";

nixos-wsl.url = "github:nix-community/NixOS-WSL/main";
};

Expand Down
2 changes: 0 additions & 2 deletions modules/nixos/programs/emacs/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
inputs,
config,
lib,
pkgs,
Expand Down Expand Up @@ -36,7 +35,6 @@ in
override = pkgs.callPackage ./overlay.nix { };
extraEmacsPackages = epkgs: [
epkgs.treesit-grammars.with-all-grammars
inputs.magit-file-icons.packages.${pkgs.system}.default
pkgs.elementary.typst-ts-mode
pkgs.elementary.kanagawa-theme
pkgs.elementary.indent-bars
Expand Down
3 changes: 1 addition & 2 deletions modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,6 @@
(setq ediff-window-setup-function 'ediff-setup-windows-plain)

(use-package magit-file-icons
:ensure nil
:after magit
:config
(magit-file-icons-mode))
Expand Down Expand Up @@ -812,7 +811,7 @@
(require 'lsp-pyright)
(lsp))))

(use-package lsp-ruff-lsp
(use-package lsp-ruff
:ensure lsp-mode
:after lsp-mode)

Expand Down

0 comments on commit 6cf50f1

Please sign in to comment.