emacs: Update emacs module from upstream.
This commit is contained in:
parent
cc7df95c40
commit
7c1f7aa9a1
2 changed files with 35 additions and 11 deletions
|
@ -361,12 +361,12 @@ mkIf (elem "emacs::org" config.machine.pkgs) {
|
|||
|
||||
programs.emacs.init.usePackage.org-tempo = {
|
||||
enable = true;
|
||||
package = null;
|
||||
package = epkgs: null;
|
||||
};
|
||||
|
||||
programs.emacs.init.usePackage.ox = {
|
||||
enable = true;
|
||||
package = null;
|
||||
package = epkgs: null;
|
||||
defer = true;
|
||||
command = [];
|
||||
config = ''
|
||||
|
@ -392,7 +392,7 @@ mkIf (elem "emacs::org" config.machine.pkgs) {
|
|||
|
||||
programs.emacs.init.usePackage.ox-md = {
|
||||
enable = true;
|
||||
package = null;
|
||||
package = epkgs: null;
|
||||
after = [ "ox" ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue