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 = {
|
||||
enable = true;
|
||||
doomDir = ./doom.d;
|
||||
emacs = pkgs.emacs-unstable-pgtk;
|
||||
extraPackages = epkgs: [
|
||||
epkgs.dracula-theme
|
||||
|
||||
@ -32,6 +31,5 @@
|
||||
# for file search
|
||||
pkgs.fd
|
||||
];
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@ -140,6 +140,9 @@ in
|
||||
# Application launcher
|
||||
"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;
|
||||
|
||||
# open a terminal
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user