Created
January 11, 2014 21:58
-
-
Save paperdigits/8377510 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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