X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/7362aa2c2b9eb5a193bcd968d0eb59e78cc74501..f0dbee8416370ef2909b0e3bcccc169d4cf4e3f3:/el/dot-emacs.el diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 2f61f96..751f3ed 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -229,6 +229,21 @@ Evil key bindings are defined in `mdw-evil-keymap-keys'." (dolist (key replacements) (define-key keymap key binding)))))) +(eval-after-load "org" + '(progn + (push '("strayman" + "\\documentclass{strayman} +\\usepackage[utf8]{inputenc} +\\usepackage[palatino, helvetica, courier, maths=cmr]{mdwfonts} +\\usepackage[T1]{fontenc} +\\usepackage{graphicx, tikz, mdwtab, mdwmath, crypto, longtable}" + ("\\section{%s}" . "\\section*{%s}") + ("\\subsection{%s}" . "\\subsection*{%s}") + ("\\subsubsection{%s}" . "\\subsubsection*{%s}") + ("\\paragraph{%s}" . "\\paragraph*{%s}") + ("\\subparagraph{%s}" . "\\subparagraph*{%s}")) + org-export-latex-classes))) + ;;;-------------------------------------------------------------------------- ;;; Mail and news hacking.