hermit/configuration.nix: disable emacs
This commit is contained in:
parent
1dbbe866e6
commit
7b0374bd80
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
};
|
};
|
||||||
programs = {
|
programs = {
|
||||||
editors = {
|
editors = {
|
||||||
emacs.enable = true;
|
emacs.enable = false;
|
||||||
# only emacs for me, right now.
|
# only emacs for me, right now.
|
||||||
neovim.enable = true;
|
neovim.enable = true;
|
||||||
# sadly just not advanced enough, yet.
|
# sadly just not advanced enough, yet.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue