added emacs
This commit is contained in:
parent
89459196bf
commit
b72c6d962e
9 changed files with 210 additions and 612 deletions
|
@ -10,6 +10,15 @@ in {
|
|||
programs.emacs = {
|
||||
enable = true;
|
||||
package = pkgs.emacs;
|
||||
extraConfig = ''
|
||||
(setq standard-indent 2)
|
||||
(require 'evil)
|
||||
(evil-mode 1)
|
||||
'';
|
||||
extraPackages = epkgs: [
|
||||
epkgs.evil
|
||||
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue