Update emacs org-mode pkg list.
This commit is contained in:
parent
87805fc244
commit
2be7df22bc
1 changed files with 1 additions and 1 deletions
|
@ -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)))" ''
|
||||
|
|
Loading…
Reference in a new issue