spacemacs: add ods to libreoffice
This commit is contained in:
parent
ea1c05b693
commit
526bb144a1
1 changed files with 1 additions and 0 deletions
|
@ -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"];
|
||||
|
|
Loading…
Reference in a new issue