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 = {
|
||||
editors = {
|
||||
emacs.enable = true;
|
||||
emacs.enable = false;
|
||||
# only emacs for me, right now.
|
||||
neovim.enable = true;
|
||||
# sadly just not advanced enough, yet.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue