about summary refs log tree commit diff
path: root/nixos/modules/services/editors
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2023-01-04 06:56:24 +0100
committerpennae <github@quasiparticle.net>2023-01-10 10:31:59 +0100
commit23ea73b4169d68c0d22c3d9aed6e2a692a793ff5 (patch)
tree393a187a611654ac8b341b10f86efa8cd05f2dfc /nixos/modules/services/editors
parent03c72f224cc721b359c5477aeef4bcfa185477bd (diff)
downloadnixlib-23ea73b4169d68c0d22c3d9aed6e2a692a793ff5.tar
nixlib-23ea73b4169d68c0d22c3d9aed6e2a692a793ff5.tar.gz
nixlib-23ea73b4169d68c0d22c3d9aed6e2a692a793ff5.tar.bz2
nixlib-23ea73b4169d68c0d22c3d9aed6e2a692a793ff5.tar.lz
nixlib-23ea73b4169d68c0d22c3d9aed6e2a692a793ff5.tar.xz
nixlib-23ea73b4169d68c0d22c3d9aed6e2a692a793ff5.tar.zst
nixlib-23ea73b4169d68c0d22c3d9aed6e2a692a793ff5.zip
nixos/manual: enable smart quotes for all MD chapters
Diffstat (limited to 'nixos/modules/services/editors')
-rw-r--r--nixos/modules/services/editors/emacs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/editors/emacs.nix b/nixos/modules/services/editors/emacs.nix
index b4f447757e76..d30fd07577c3 100644
--- a/nixos/modules/services/editors/emacs.nix
+++ b/nixos/modules/services/editors/emacs.nix
@@ -100,6 +100,6 @@ in
   };
 
   # Don't edit the docbook xml directly, edit the md and generate it:
-  # `pandoc emacs.md -t docbook --top-level-division=chapter --extract-media=media -f markdown-smart --lua-filter ../../../../doc/build-aux/pandoc-filters/myst-reader/roles.lua --lua-filter ../../../../doc/build-aux/pandoc-filters/docbook-writer/rst-roles.lua > emacs.xml`
+  # `pandoc emacs.md -t docbook --top-level-division=chapter --extract-media=media -f markdown+smart --lua-filter ../../../../doc/build-aux/pandoc-filters/myst-reader/roles.lua --lua-filter ../../../../doc/build-aux/pandoc-filters/docbook-writer/rst-roles.lua > emacs.xml`
   meta.doc = ./emacs.xml;
 }