mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 05:03:04 +00:00
12 lines
351 B
Org Mode
12 lines
351 B
Org Mode
# -*- mode: org -*-
|
|
|
|
#+STARTUP: showall
|
|
|
|
#+LINK: sym file:snippet-reference.org::#%s
|
|
|
|
#+OPTIONS: author:nil num:nil timestamp:nil
|
|
#+AUTHOR:
|
|
# org < 8.0 use +STYLE, after use +HTML_HEAD
|
|
#+STYLE: <link rel="stylesheet" type="text/css" href="stylesheets/manual.css" />
|
|
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="stylesheets/manual.css" />
|