29 lines
976 B
Org Mode
29 lines
976 B
Org Mode
|
#+TITLE: git-auto-commit-mode
|
||
|
#+STYLE: <link rel="stylesheet" type="text/css" href="../../stylesheet.css" />
|
||
|
#+LINK_UP: ../
|
||
|
#+LINK_HOME: http://ryuslash.org
|
||
|
#+LINK: src http://code.ryuslash.org/cgit.cgi/tron-theme/
|
||
|
#+LINK: tar_gz http://code.ryuslash.org/cgit.cgi/tron-theme/snapshot/tron-theme-master.tar.gz
|
||
|
#+LINK: zip http://code.ryuslash.org/cgit.cgi/tron-theme/snapshot/tron-theme-master.zip
|
||
|
#+STARTUP: showall
|
||
|
|
||
|
#+begin_html
|
||
|
<script src="/keyjs.js" type="text/javascript"></script>
|
||
|
<script type="text/javascript">
|
||
|
keyjs_initialize({ "u": [ "keyjs_goto", "../index.html" ],
|
||
|
"h": [ "keyjs_goto", "http://ryuslash.org" ] });
|
||
|
</script>
|
||
|
#+end_html
|
||
|
|
||
|
#+INCLUDE: "dlmenu.inc"
|
||
|
|
||
|
* About
|
||
|
|
||
|
~tron-theme~ is a theme loosely based on the visual style of the Tron:
|
||
|
Legacy movie. It came about after watching the movie and finding the
|
||
|
style of it irresistible.
|
||
|
|
||
|
** Requirements
|
||
|
|
||
|
- [[http://gnu.org/software/emacs][GNU Emacs]] v24 or later.
|