1
0
Fork 0

Update emacs org-mode pkg list.

This commit is contained in:
Kevin Baensch 2023-01-29 14:32:27 +01:00
parent 87805fc244
commit 2be7df22bc
Signed by: derped
GPG Key ID: C0F1D326C7626543
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ with lib;
mkIf (elem "emacs::org" config.machine.pkgs) {
programs.emacs.init.usePackage.org = {
enable = true;
package = epkgs: [ epkgs.org epkgs.org-plus-contrib ];
package = epkgs: [ epkgs.org ];
mode = [ ''("\\.org\\'" . org-mode)'' ];
command = [ "org-mode" ];
hook = [ "(org-mode . (lambda () (org-indent-mode)))" ''