Docbook Editor Configuration: Difference between revisions

imported>Fadenb
No edit summary
imported>Fadenb
m For Emacs: syntaxhighlight
Line 3: Line 3:
The following creates an Emacs with a custom module, which configures nXML for the NixOS / Nixpkgs docbook codebase:
The following creates an Emacs with a custom module, which configures nXML for the NixOS / Nixpkgs docbook codebase:


<syntaxhighlight lang="nix">
   let
   let
     pkgs = import <nixpkgs> {};
     pkgs = import <nixpkgs> {};
Line 27: Line 28:
     })
     })
   ])
   ])
</syntaxhighlight>