fix doom emacs
This commit is contained in:
parent
9279a2ed8b
commit
b59ee1ed72
@ -19,11 +19,10 @@
|
|||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.emacs.package = pkgs.emacs-unstable-pgtk;
|
|
||||||
|
|
||||||
programs.doom-emacs = {
|
programs.doom-emacs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
doomDir = ./doom.d;
|
doomDir = ./doom.d;
|
||||||
|
emacs = pkgs.emacs-unstable-pgtk;
|
||||||
extraPackages = epkgs: [
|
extraPackages = epkgs: [
|
||||||
epkgs.dracula-theme
|
epkgs.dracula-theme
|
||||||
|
|
||||||
@ -32,6 +31,5 @@
|
|||||||
# for file search
|
# for file search
|
||||||
pkgs.fd
|
pkgs.fd
|
||||||
];
|
];
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -140,6 +140,9 @@ in
|
|||||||
# Application launcher
|
# Application launcher
|
||||||
"Mod+Space".action = spawn (lib.getExe pkgs.fuzzel);
|
"Mod+Space".action = spawn (lib.getExe pkgs.fuzzel);
|
||||||
|
|
||||||
|
# TODO! make this work
|
||||||
|
"Mod+E".action = spawn "${config.programs.doom-emacs.finalDoomPackage}/bin/doom-emacs";
|
||||||
|
|
||||||
"Mod+O".action = toggle-overview;
|
"Mod+O".action = toggle-overview;
|
||||||
|
|
||||||
# open a terminal
|
# open a terminal
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user