|
|
|
@ -1,11 +1,14 @@
@@ -1,11 +1,14 @@
|
|
|
|
|
* About |
|
|
|
|
# -*- mode: org; -*- |
|
|
|
|
#+TITLE: Wolfe's Literate Emacs Config |
|
|
|
|
#+AUTHOR: Josh Wolfe |
|
|
|
|
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="http://www.pirilampo.org/styles/readtheorg/css/htmlize.css"/> |
|
|
|
|
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="http://www.pirilampo.org/styles/readtheorg/css/readtheorg.css"/> |
|
|
|
|
#+HTML_HEAD: <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> |
|
|
|
|
#+HTML_HEAD: <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script> |
|
|
|
|
#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/lib/js/jquery.stickytableheaders.min.js"></script> |
|
|
|
|
#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/readtheorg/js/readtheorg.js"></script> |
|
|
|
|
#+LATEX_HEADER: \usepackage[margin=0.7in]{geometry} |
|
|
|
|
[[https://travis-ci.org/WolfeCub/dotfiles/][file:https://travis-ci.org/WolfeCub/dotfiles.svg?branch=master]] |
|
|
|
|
|
|
|
|
|
This literate config is best read [[http://wolfecub.github.io/dotfiles/][here]] or in emacs. |
|
|
|
@ -15,6 +18,11 @@ uses [[https://github.com/WolfeCub/dotfiles/blob/master/emacs/.emacs.d/build_sit
@@ -15,6 +18,11 @@ uses [[https://github.com/WolfeCub/dotfiles/blob/master/emacs/.emacs.d/build_sit
|
|
|
|
|
it runs through emacs to generate the html page (this was mostly stolen |
|
|
|
|
from IvanMalison). |
|
|
|
|
|
|
|
|
|
Included in this section is also my export headers. These are responsible |
|
|
|
|
for including the ReadTheOrg theme as well as some metadata and options |
|
|
|
|
like title, author, table of contents etc. If you wish to see the headers |
|
|
|
|
I'm using, [[https://raw.githubusercontent.com/WolfeCub/dotfiles/master/emacs/.emacs.d/README.org][this]] is the raw org file. |
|
|
|
|
|
|
|
|
|
* Startup |
|
|
|
|
|
|
|
|
|
Runs a different function on startup depending on display mode. |
|
|
|
|