Emacs: MediaWiki snippets.

Shell: path to games.
master
Ambrevar 2012-12-24 16:25:07 +01:00
parent 8a6587ec8b
commit b622a17c3f
3 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# contributor : Pierre Neidhardt
# key : ltx
# name : LaTeX <source> inline.
# --
<source lang="latex" enclose="none">$1</source>$0

View File

@ -0,0 +1,9 @@
# -*- mode: snippet -*-
# contributor : Pierre Neidhardt
# key : ltxb
# name : LaTeX <source> block
# --
<source lang="latex">
$1
</source>
$0

View File

@ -11,6 +11,8 @@ umask 027
## Path
## WARNING: putting current dir '.' in PATH is mostly a bad idea!
# export PATH=.:$PATH
export PATH=$PATH:${HOME}/games/.launchers/
## TeXlive
TEXDIR="${TEXDIR:-/usr/local/texlive}"