spacemacs: add ods to libreoffice

This commit is contained in:
Ingolf Wagner 2019-10-28 17:49:10 +01:00
parent ea1c05b693
commit 526bb144a1
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -171,6 +171,7 @@ in
'(
("${pkgs.evince}/bin/evince" "\\.pdf$")
("${pkgs.libreoffice}/bin/libreoffice" "\\.odt$")
("${pkgs.libreoffice}/bin/libreoffice" "\\.ods$")
${
let
suffixes = ["jpg" "jpeg" "png"];