remove emacs

This commit is contained in:
Rachel Lambda Samuelsson 2023-10-15 21:54:21 +02:00
parent 485a6fcd5f
commit 387b531fbb

View File

@ -140,38 +140,6 @@ in
theme = "solarized"; theme = "solarized";
}; };
emacs = {
enable = true;
package = pkgs.emacs-gtk;
extraPackages = epkgs: with epkgs; with melpaStablePackages; [
nix-mode
rust-mode
pdf-tools
dune
tuareg
idris-mode
multi-vterm
org-superstar
org-fragtog
visual-fill
writeroom-mode
solarized-theme
doom-modeline
all-the-icons-dired
page-break-lines
all-the-icons
dashboard
vterm
undo-fu
latex-math-preview
haskell-mode
evil-surround
evil-org
evil-commentary
evil
];
};
git = { git = {
enable = true; enable = true;
userName = "Rachel Lambda Samuelsson"; userName = "Rachel Lambda Samuelsson";