Skip to content

Instantly share code, notes, and snippets.

@paperdigits
Created January 11, 2014 21:58
Show Gist options
  • Save paperdigits/8377510 to your computer and use it in GitHub Desktop.
Save paperdigits/8377510 to your computer and use it in GitHub Desktop.
FILENAME:emacs auctex PDFlatex default.txt
%Used to set auctex in emacs to PDF mode by default.
use:
M-x customize-variable RET TeX-PDF-mode RET
then set the value to "non-nil"
emacs nxml load schema
<!-- For making emacs' nXML mode load the same schema every time. I only use nXML for docbook, so it's ok for me to load the same schema every time -->
<?xml version="1.0"?>
<locatingRules xmlns="http://thaiopensource.com/ns/locating-rules/1.0">
<uri pattern="*.xml" uri="path/to/schema/rng/docbookxi.rnc"/>
</locatingRules>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment