Add indirect-edit to emacs

This commit is contained in:
Alexander Bantyev 2020-10-18 13:28:27 +03:00
parent e2b561508d
commit 3bfda88aa9
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5
2 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,7 @@
undo-tree undo-tree
rust-mode rust-mode
go-mode go-mode
edit-indirect
]; ];
}; };

View File

@ -66,6 +66,7 @@
services.nginx.virtualHosts.${config.services.jitsi-meet.hostName} = { services.nginx.virtualHosts.${config.services.jitsi-meet.hostName} = {
enableACME = true; enableACME = true;
forceSSL = true; forceSSL = true;
basicAuthFile = "/var/lib/jitsi-auth";
}; };
virtualisation.spiceUSBRedirection.enable = true; virtualisation.spiceUSBRedirection.enable = true;